jerenkrantz 2002/07/20 00:43:40
Modified: . Makefile.in Log: Add .PHONY and .NOTPARALLEL targets to inform smarter makes that these targets are fake and can not be run in parallel. Revision Changes Path 1.78 +3 -0 apr/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr/Makefile.in,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- Makefile.in 15 Jun 2002 06:00:15 -0000 1.77 +++ Makefile.in 20 Jul 2002 07:43:40 -0000 1.78 @@ -137,3 +137,6 @@ # DO NOT REMOVE docs: $(INCDIR)/*.h + +.PHONY: delete-lib delete-exports +.NOTPARALLEL: delete-lib delete-exports
