mirror of
https://github.com/php/php-src.git
synced 2024-12-14 20:33:36 +08:00
Move .PHONY special target to the end
This commit is contained in:
parent
53da0c2fba
commit
8395516b7d
4
build.mk
4
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)
|
||||
|
Loading…
Reference in New Issue
Block a user