dgaudet 97/06/24 10:57:50
Modified: src Makefile.tmpl
Log:
Nah be a little less aggressive during make clean. This level of makefile
doesn't create any .a files so don't remove any.
Revision Changes Path
1.48 +1 -1 apache/src/Makefile.tmpl
Index: Makefile.tmpl
===================================================================
RCS file: /export/home/cvs/apache/src/Makefile.tmpl,v
retrieving revision 1.47
retrieving revision 1.48
diff -C3 -r1.47 -r1.48
*** Makefile.tmpl 1997/06/20 21:55:16 1.47
--- Makefile.tmpl 1997/06/24 17:57:50 1.48
***************
*** 36,42 ****
$(MAKE) CC=$(CC) AUX_CFLAGS='$(CFLAGS)' RANLIB='$(RANLIB)')
clean:
! rm -f httpd *.o *.a core
cd regex; $(MAKE) clean
cd modules; $(MAKE) clean
--- 36,42 ----
$(MAKE) CC=$(CC) AUX_CFLAGS='$(CFLAGS)' RANLIB='$(RANLIB)')
clean:
! rm -f httpd *.o core
cd regex; $(MAKE) clean
cd modules; $(MAKE) clean