summaryrefslogtreecommitdiff
path: root/libsi
diff options
context:
space:
mode:
Diffstat (limited to 'libsi')
-rw-r--r--libsi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsi/Makefile b/libsi/Makefile
index 2ae223b8..e0f9cb0e 100644
--- a/libsi/Makefile
+++ b/libsi/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a libsi
#
-# $Id: Makefile 4.1 2017/05/22 15:33:20 kls Exp $
+# $Id: Makefile 4.2 2017/05/29 08:33:15 kls Exp $
### The archiver options:
@@ -37,7 +37,7 @@ all: libsi.a
libsi.a : $(OBJS)
@echo AR libsi/$@
- @$(AR) $(ARFLAGS) $@ $(OBJS)
+ $(Q)$(AR) $(ARFLAGS) $@ $(OBJS)
clean:
@-rm -f $(OBJS) $(DEPFILE) *.a *.so *.tgz core* *~