summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-01-26 09:24:52 +0000
committerMåns Rullgård <mans@mansr.com>2009-01-26 09:24:52 +0000
commitf2f35d33648959b61d917b8b9439d4653dc770e9 (patch)
tree4f8b42f9c5ff3a5cb7324edcbf3a499367b57fb7 /common.mak
parent35fd81224aa8a80ffa4b17bd143fd6911924e8f6 (diff)
Fix version.h dependency on version.sh
Originally committed as revision 16801 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index 3f2a93fb32..4be056c876 100644
--- a/common.mak
+++ b/common.mak
@@ -48,7 +48,7 @@ ifeq ($(wildcard $(SVN_ENTRIES)),$(SVN_ENTRIES))
$(BUILD_ROOT_REL)/version.h: $(SVN_ENTRIES)
endif
-$(BUILD_ROOT_REL)/version.h: $(SRC_PATH)/version.sh
+$(BUILD_ROOT_REL)/version.h: $(SRC_PATH_BARE)/version.sh
$< $(SRC_PATH) $@ $(EXTRA_VERSION)
install: install-libs install-headers