[FFmpeg-cvslog] r22423 - trunk/Makefile

mru subversion
Wed Mar 10 04:10:26 CET 2010


Author: mru
Date: Wed Mar 10 04:10:26 2010
New Revision: 22423

Log:
10l: fix version.h generation

Note to self: always test in a clean directory

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Wed Mar 10 03:57:01 2010	(r22422)
+++ trunk/Makefile	Wed Mar 10 04:10:26 2010	(r22423)
@@ -93,7 +93,7 @@ SVN_ENTRIES = $(SRC_PATH_BARE)/.svn/entr
 .version: M=@
 
 version.h .version:
-	$(M)$(VERSION_SH) $(SRC_PATH) $@ $(EXTRA_VERSION)
+	$(M)$(VERSION_SH) $(SRC_PATH) version.h $(EXTRA_VERSION)
 	$(Q)touch .version
 
 # force version.sh to run whenever version might have changed



More information about the ffmpeg-cvslog mailing list