From: Diego Biurrun Date: Mon, 2 Mar 2009 09:33:57 +0000 (+0000) Subject: version.h should depend on config.mak. X-Git-Tag: v0.6~5586 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=873b092353f95a852e4f2f7639fc13bc8b81cb41;p=coroid%2Flibav_saccubus.git version.h should depend on config.mak. The extra version string that is passed to configure is recorded in config.mak and changes to config.mak can therefore make version.h rebuilds necessary. Originally committed as revision 17730 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/common.mak b/common.mak index 4be056c87..35c05795f 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_BARE)/version.sh +$(BUILD_ROOT_REL)/version.h: $(SRC_PATH_BARE)/version.sh config.mak $< $(SRC_PATH) $@ $(EXTRA_VERSION) install: install-libs install-headers