Commit 1db2c5c9 authored by Diego Biurrun's avatar Diego Biurrun

version.h depends on version.sh.

Originally committed as revision 16799 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 67eb5da6
......@@ -48,8 +48,8 @@ ifeq ($(wildcard $(SVN_ENTRIES)),$(SVN_ENTRIES))
$(BUILD_ROOT_REL)/version.h: $(SVN_ENTRIES)
endif
$(BUILD_ROOT_REL)/version.h:
$(SRC_PATH)/version.sh $(SRC_PATH) $@ $(EXTRA_VERSION)
$(BUILD_ROOT_REL)/version.h: $(SRC_PATH)/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