blob: 9cd7366fde5d1d409fe4a138bd8599b6d6f30b7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ffmpeg/common.mak.orig 2009-01-26 20:24:53.000000000 +0100
+++ ffmpeg/common.mak 2009-01-26 20:25:54.000000000 +0100
@@ -48,9 +48,6 @@
$(BUILD_ROOT_REL)/version.h: $(SVN_ENTRIES)
endif
-$(BUILD_ROOT_REL)/version.h: $(SRC_PATH_BARE)/version.sh
- $< $(SRC_PATH) $@ $(EXTRA_VERSION)
-
install: install-libs install-headers
uninstall: uninstall-libs uninstall-headers
|