Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-06 00:57:03 +0400
committerMans Rullgard <mans@mansr.com>2011-06-06 19:56:53 +0400
commit0018b7f04378a0ff83c6c6d097fc6bdc97212970 (patch)
treea6482f13f296f3da303a953fe80168830d6194d7 /Makefile
parentd7a72d250b0deeaed68798f23476be30b28af064 (diff)
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0fb217a3ab..708f5e5134 100644
--- a/Makefile
+++ b/Makefile
@@ -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*