diff options
author | midipix <writeonce@midipix.org> | 2016-02-26 17:09:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-27 16:18:25 -0500 |
commit | 84d36b32cf1e8a29f83d6cb42fa21b159e7fadcb (patch) | |
tree | 08de3b8d05906a85fc4c0ef9a3ee3c0d26043169 | |
parent | f97c34626beef0cec35af61c5cab5a02b12efb44 (diff) | |
download | ntapi-84d36b32cf1e8a29f83d6cb42fa21b159e7fadcb.tar.bz2 ntapi-84d36b32cf1e8a29f83d6cb42fa21b159e7fadcb.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 d312838..38b71f7 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 $@ $^ |