Move .PHONY special target to the end

This commit is contained in:
Sascha Schumann 1999-12-28 05:38:43 +00:00
parent 53da0c2fba
commit 8395516b7d

View File

@ -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)