summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-28 05:38:43 +0000
committerSascha Schumann <sas@php.net>1999-12-28 05:38:43 +0000
commit8395516b7d58b44eef3c0074e46a9c62a062562f (patch)
tree21da31a29071ec06b6e5af18902aded0f8c69239
parent53da0c2fba347baf9e1b975032b287bb9130285a (diff)
downloadphp-git-8395516b7d58b44eef3c0074e46a9c62a062562f.tar.gz
Move .PHONY special target to the end
-rw-r--r--build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.mk b/build.mk
index 52111e83d3..23d3773499 100644
--- a/build.mk
+++ b/build.mk
@@ -18,8 +18,6 @@ STAMP = buildmk.stamp
ALWAYS = generated_lists
-.PHONY: $(ALWAYS)
-
all: $(STAMP) $(ALWAYS)
@$(MAKE) -s -f build2.mk
@@ -47,3 +45,5 @@ cvsclean:
(cd `dirname $$i` 2>/dev/null && (rm -f `cat .cvsignore` *.o *.a; rm -rf .libs .deps) || true); \
done
@rm -f $(SUBDIRS) 2>/dev/null || true
+
+.PHONY: $(ALWAYS)