From: Sascha Schumann Date: Tue, 28 Dec 1999 05:38:43 +0000 (+0000) Subject: Move .PHONY special target to the end X-Git-Tag: PRE_ISSET_TYPE~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8395516b7d58b44eef3c0074e46a9c62a062562f;p=php Move .PHONY special target to the end --- 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)