[MPlayer-cvslog] r33671 - trunk/Makefile
diego
subversion at mplayerhq.hu
Sun Jun 19 19:33:17 CEST 2011
Author: diego
Date: Sun Jun 19 19:33:16 2011
New Revision: 33671
Log:
build: Simplify version.h dependency generation.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Sun Jun 19 19:33:11 2011 (r33670)
+++ trunk/Makefile Sun Jun 19 19:33:16 2011 (r33671)
@@ -839,10 +839,7 @@ help_mp.h: help/help_mp-en.h $(HELP_FILE
help/help_create.sh $(HELP_FILE) $(CHARSET)
# rebuild version.h each time the working copy is updated
-ifeq ($(wildcard .svn/entries),.svn/entries)
-version.h: .svn/entries
-endif
-version.h: version.sh
+version.h: version.sh $(wildcard .svn/entries)
./$< `$(CC) -dumpversion`
%$(EXESUF): %.c
More information about the MPlayer-cvslog
mailing list