diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-07 13:16:48 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-06-29 12:15:52 +0200 |
commit | e2542dcc6e94d86b8b844f6ab0ce32ed329d39ee (patch) | |
tree | a275fba2e914c61d95f8e67f122c2940c5e04f1e /Makefile | |
parent | 86c3c1abf0126e8aad58aaf9d2bfa124d112a372 (diff) | |
download | ffmpeg-e2542dcc6e94d86b8b844f6ab0ce32ed329d39ee.tar.gz |
build: Mark all-yes Makefile target as phony.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,5 +198,5 @@ $(sort $(OBJDIRS)): # so this saves some time on slow systems. .SUFFIXES: -.PHONY: all alltools *clean check config examples install* +.PHONY: all all-yes alltools *clean check config examples install* .PHONY: testprogs uninstall* |