diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-12 17:33:16 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-19 12:28:59 +0200 |
commit | 06e4b983829234110427a5a8f59553b95ac452e7 (patch) | |
tree | 7f4f66b3dcf7d10559a51b8028f1f6ce26abe7e4 /Makefile | |
parent | 6c211085bb66aabe196d1646abbbf3c4ced914df (diff) | |
download | ffmpeg-06e4b983829234110427a5a8f59553b95ac452e7.tar.gz |
build: remove non-existant examples rule.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,5 +177,5 @@ $(sort $(OBJDIRS)): # so this saves some time on slow systems. .SUFFIXES: -.PHONY: all all-yes alltools check *clean config examples install* +.PHONY: all all-yes alltools check *clean config install* .PHONY: testprogs uninstall* |