[FFmpeg-cvslog] r17730 - trunk/common.mak

diego subversion
Mon Mar 2 10:33:57 CET 2009


Author: diego
Date: Mon Mar  2 10:33:57 2009
New Revision: 17730

Log:
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.

Modified:
   trunk/common.mak

Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak	Mon Mar  2 10:28:37 2009	(r17729)
+++ trunk/common.mak	Mon Mar  2 10:33:57 2009	(r17730)
@@ -48,7 +48,7 @@ ifeq ($(wildcard $(SVN_ENTRIES)),$(SVN_E
 $(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




More information about the ffmpeg-cvslog mailing list