pcs 97/08/13 02:28:46
Modified: src Configure src/core Makefile.tmpl Log: Force rebuild if ./Configure is run again. Files in core and modules/* now depend on their local Makefile, so if it is updated they will be rebuilt. Revision Changes Path 1.133 +1 -0 apachen/src/Configure Index: Configure =================================================================== RCS file: /export/home/cvs/apachen/src/Configure,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- Configure 1997/08/13 08:52:51 1.132 +++ Configure 1997/08/13 09:28:44 1.133 @@ -973,6 +973,7 @@ clean: rm -f $(OBJS) +$(OBJS): Makefile EOF cat >> modules/$moddir/Makefile < modules/$moddir/Makefile.tmpl 1.2 +1 -1 apachen/src/core/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /export/home/cvs/apachen/src/core/Makefile.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.tmpl 1997/08/10 13:30:44 1.1 +++ Makefile.tmpl 1997/08/13 09:28:46 1.2 @@ -27,7 +27,7 @@ #Dependencies -$(OBJS): +$(OBJS): Makefile # DO NOT REMOVE alloc.o: alloc.c httpd.h conf.h alloc.h buff.h multithread.h