blob: d17a1d3ff06f674a50285829359fbfd2ed65e75a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/common/Makefile.in
+++ b/common/Makefile.in
@@ -87,7 +87,7 @@
all: $(LIBS)
@INSTALL_LIB@/argus_common.a: $(COMMONOBJ)
- rm -f $@; ar qc $@ $(COMMONOBJ)
+ rm -f $@; $(AR) qc $@ $(COMMONOBJ)
-$(RANLIB) $@
scanner.c: scanner.l
|