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:
authorMans Rullgard <mans@mansr.com>2011-06-06 16:21:05 +0400
committerMans Rullgard <mans@mansr.com>2011-06-06 18:52:23 +0400
commit171ae1eb0da284dec03c996ac68920823a71644d (patch)
tree1e2797b73d533cf39e114e3bfe85997cdf3da162 /common.mak
parent5eaba041a07a667eabd9a0784ead94e8d83c51fc (diff)
build: remove stale dependency
This dependency is implicitly covered elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.mak b/common.mak
index 5511a3016d..5195c9911d 100644
--- a/common.mak
+++ b/common.mak
@@ -45,8 +45,6 @@ HOSTCFLAGS += $(IFLAGS)
%.ho: %.h
$(CC) $(CPPFLAGS) $(CFLAGS) -Wno-unused -c -o $@ -x c $<
-%$(EXESUF): %.c
-
%.ver: %.v
$(Q)sed 's/$$MAJOR/$($(basename $(@F))_VERSION_MAJOR)/' $^ > $@