summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-02-26 17:09:28 -0500
committermidipix <writeonce@midipix.org>2016-02-27 16:16:52 -0500
commit043390fda836708eed9bd9b07801e25085203e79 (patch)
treefde49d56658e803faf4bb2226d1b21297d48bbf6 /Makefile.in
parentf080946d1445c9e8da0b57215e2062501ad43954 (diff)
downloadpemagine-043390fda836708eed9bd9b07801e25085203e79.tar.bz2
pemagine-043390fda836708eed9bd9b07801e25085203e79.tar.xz
build system: toolchain archiver: pass arguments as commands.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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 $@ $^