Browse Source

Fix version.h dependency on version.sh

Originally committed as revision 16801 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård 16 years ago
parent
commit
f2f35d3364
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common.mak

+ 1 - 1
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