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-11-10 23:35:37 -0500
commit8f7725fc3cae6bcd1202b17457318377cdd73dba (patch)
tree15ac67aa7bbdefe77e922e97683f45782d119745 /Makefile.in
parentaee99283bb7119eb0e3d77ad67e2179f765f0c0a (diff)
downloadperk-8f7725fc3cae6bcd1202b17457318377cdd73dba.tar.bz2
perk-8f7725fc3cae6bcd1202b17457318377cdd73dba.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 5b62fea..1fff0dd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -88,7 +88,7 @@ $(LIBDIR)/%$(OS_LIB_SUFFIX):
$(LIBDIR)/%$(OS_ARCHIVE_EXT):
rm -f $@
- $(AR) -rcs $@ $^
+ $(AR) rcs $@ $^