Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-12 19:33:16 +0400
committerClément Bœsch <ubitux@gmail.com>2012-05-19 14:28:59 +0400
commit06e4b983829234110427a5a8f59553b95ac452e7 (patch)
tree7f4f66b3dcf7d10559a51b8028f1f6ce26abe7e4 /Makefile
parent6c211085bb66aabe196d1646abbbf3c4ced914df (diff)
build: remove non-existant examples rule.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d39cd021d..aad073a6c4 100644
--- a/Makefile
+++ b/Makefile
@@ -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*