Commit f0e3d4d6 authored by mru's avatar mru

Fix version.h dependency on version.sh

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16801 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7740019a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment