added -s to ar
This commit is contained in:
parent
8d6b859bf8
commit
4d064c69ce
|
|
@ -15,7 +15,7 @@ SUBDIRS=
|
|||
lib:libbwtgen.a
|
||||
|
||||
libbwtgen.a:$(OBJS)
|
||||
$(AR) -cru $@ $(OBJS)
|
||||
$(AR) -scru $@ $(OBJS)
|
||||
|
||||
cleanlocal:
|
||||
rm -f gmon.out *.o a.out $(PROG) *~ *.a
|
||||
|
|
|
|||
Loading…
Reference in New Issue