dbertoni 2003/03/20 12:15:54 Modified: c/src Makefile.in Log: Made Makefile safe when cleaning and empty source tree. Revision Changes Path 1.119 +3 -1 xml-xalan/c/src/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- Makefile.in 20 Mar 2003 16:38:33 -0000 1.118 +++ Makefile.in 20 Mar 2003 20:15:54 -0000 1.119 @@ -809,7 +809,9 @@ cp -p *.x ${LIB_DIR} endif -clean: +clean: prepare doClean + +doClean: (cd $(ALL_OBJECTS_DIR); rm -rf *) ifeq ($(PLATFORM), TRU64) rm -rf $(OUTDIR)/so_locations
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]