coar 97/11/16 08:23:22
Modified: src/ap Makefile.tmpl
Log:
Argh. Missed a couple of canonical statements in the library
generation.
Revision Changes Path
1.2 +3 -1 apachen/src/ap/Makefile.tmpl
Index: Makefile.tmpl
===================================================================
RCS file: /export/home/cvs/apachen/src/ap/Makefile.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.tmpl 1997/11/15 19:04:49 1.1
+++ Makefile.tmpl 1997/11/16 16:23:21 1.2
@@ -19,7 +19,9 @@
$(OBJS): Makefile
$(LIB): $(OBJS)
- ar cr $(LIB) $(OBJS)
+ rm -f $@
+ ar cr $@ $(OBJS)
+ $(RANLIB) $@
# dependencies
ap_signal.o: $(INCDIR)/httpd.h