diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-05 21:57:03 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-06 16:56:53 +0100 |
commit | 0018b7f04378a0ff83c6c6d097fc6bdc97212970 (patch) | |
tree | a6482f13f296f3da303a953fe80168830d6194d7 /common.mak | |
parent | d7a72d250b0deeaed68798f23476be30b28af064 (diff) | |
download | ffmpeg-0018b7f04378a0ff83c6c6d097fc6bdc97212970.tar.gz |
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 'common.mak')
-rw-r--r-- | common.mak | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common.mak b/common.mak index d50d8234e9..3fbf1a7629 100644 --- a/common.mak +++ b/common.mak @@ -54,8 +54,6 @@ HOSTCFLAGS += $(IFLAGS) %.h: @: -.PHONY: all depend dep *clean install* uninstall* examples testprogs - # Disable suffix rules. Most of the builtin rules are suffix rules, # so this saves some time on slow systems. .SUFFIXES: |