diff --git a/Makefile b/Makefile index 0fb217a3aba7b9d2413a729dc452f2eb73dd44bd..708f5e51344361b1b875e91d3ebcd9e8e93a8235 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* diff --git a/common.mak b/common.mak index d50d8234e9f774ec1bbb50ca101876ffacaebe71..3fbf1a7629ce2f2d40bd472adbc49f55eeeb1f21 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: