From caf5f25d7d4a735fd637cf3f87c9c290f9293cd2 Mon Sep 17 00:00:00 2001 From: jerenkrantz Date: Sat, 20 Jul 2002 07:43:40 +0000 Subject: Add .PHONY and .NOTPARALLEL targets to inform smarter makes that these targets are fake and can not be run in parallel. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63717 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 10d4a53f7..ac6b26eaf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -137,3 +137,6 @@ test: $(TARGET_LIB) # DO NOT REMOVE docs: $(INCDIR)/*.h + +.PHONY: delete-lib delete-exports +.NOTPARALLEL: delete-lib delete-exports -- cgit v1.2.1