diff options
author | Sascha Schumann <sas@php.net> | 1999-12-28 05:38:43 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-28 05:38:43 +0000 |
commit | 8395516b7d58b44eef3c0074e46a9c62a062562f (patch) | |
tree | 21da31a29071ec06b6e5af18902aded0f8c69239 | |
parent | 53da0c2fba347baf9e1b975032b287bb9130285a (diff) | |
download | php-git-8395516b7d58b44eef3c0074e46a9c62a062562f.tar.gz |
Move .PHONY special target to the end
-rw-r--r-- | build.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |