diff options
author | midipix <writeonce@midipix.org> | 2016-02-26 17:09:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-27 16:16:52 -0500 |
commit | 043390fda836708eed9bd9b07801e25085203e79 (patch) | |
tree | fde49d56658e803faf4bb2226d1b21297d48bbf6 | |
parent | f080946d1445c9e8da0b57215e2062501ad43954 (diff) | |
download | pemagine-043390fda836708eed9bd9b07801e25085203e79.tar.bz2 pemagine-043390fda836708eed9bd9b07801e25085203e79.tar.xz |
build system: toolchain archiver: pass arguments as commands.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 649c36d..c4257c4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,7 +83,7 @@ $(LIBDIR)/%$(OS_LIB_SUFFIX): $(LIBDIR)/%$(OS_ARCHIVE_EXT): rm -f $@ - $(AR) -rcs $@ $^ + $(AR) rcs $@ $^ |