pcs 97/09/24 14:32:08
Modified: src/os/unix Makefile.tmpl Log: Make sure "make clean" removes any symlinks it created in src/main Revision Changes Path 1.8 +1 -0 apachen/src/os/unix/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /export/home/cvs/apachen/src/os/unix/Makefile.tmpl,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Makefile.tmpl 1997/09/24 21:27:34 1.7 +++ Makefile.tmpl 1997/09/24 21:32:06 1.8 @@ -26,6 +26,7 @@ $(CC) -c $(INCLUDES) $(CFLAGS) $(SPACER) $< clean: + for i in $(COPY); do rm -f $(INCDIR)/$$i ; done rm -f $(OBJS) $(LIB) $(OBJS): Makefile