From: ceriel Date: Wed, 4 Oct 1989 11:02:39 +0000 (+0000) Subject: This is the 4th distribution version X-Git-Tag: release-5-5~2266 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=96562f964d2b5f1ece5332e2045b02928e3f48eb;p=ack.git This is the 4th distribution version --- 96562f964d2b5f1ece5332e2045b02928e3f48eb diff --cc modules/src/string/Makefile index 5d66e62df,5d66e62df..30aae4503 --- a/modules/src/string/Makefile +++ b/modules/src/string/Makefile @@@ -2,6 -2,6 +2,7 @@@ EMHOME = ../../. MODULES = $(EMHOME)/modules INSTALL = $(MODULES)/install COMPARE = $(MODULES)/compare ++AR = ar CFLAGS = -O @@@ -15,7 -15,7 +16,7 @@@ OBJ = bts2str.o btscat.o btscmp.o btscp all: libstring.a libstring.a: $(OBJ) Makefile -- ar r libstring.a $(OBJ) ++ $(AR) r libstring.a $(OBJ) -sh -c 'ranlib libstring.a' install: all @@@ -34,3 -34,3 +35,7 @@@ opr clean: rm -f *.[oa] ++ ++lintlib: ++ lint -Cstring $(SRC) ++ mv llib-lstring.ln $(MODULES)/lib