build: clean up .PHONY lists

This removes nonexisting targets from phony lists and puts them
all in one place.

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard
2011-06-05 21:57:03 +01:00
parent d7a72d250b
commit 0018b7f043
2 changed files with 2 additions and 3 deletions

View File

@@ -289,4 +289,5 @@ $(FATE): ffmpeg$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF))
fate-list:
@printf '%s\n' $(sort $(FATE))
.PHONY: documentation *test regtest-* alltools check config
.PHONY: all alltools *clean check config documentation examples install*
.PHONY: *test testprogs uninstall*