Commit 0018b7f0 authored by Mans Rullgard's avatar Mans Rullgard

build: clean up .PHONY lists

This removes nonexisting targets from phony lists and puts them
all in one place.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent d7a72d25
......@@ -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*
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment