[MPlayer-cvslog] CVS: main Makefile,1.361,1.362

Richard Felker CVS syncmail at mplayerhq.hu
Sun Apr 2 09:30:42 CEST 2006


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv19097

Modified Files:
	Makefile 
Log Message:
further fixes..

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -r1.361 -r1.362
--- Makefile	2 Apr 2006 07:18:53 -0000	1.361
+++ Makefile	2 Apr 2006 07:30:40 -0000	1.362
@@ -523,8 +523,7 @@
 
 dep:	depend
 
-depend: help_mp.h
-	./version.sh `$(CC) -dumpversion`
+depend:
 	$(CC) -MM $(CFLAGS) -DCODECS2HTML mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
 	@for a in $(PARTS); do $(MAKE) -C $$a dep; done
 
@@ -534,8 +533,6 @@
 	@echo "####### Please run ./configure again - it's changed! #######"
 	@echo "############################################################"
 
-# do not rebuild after cvs commits if .developer file is present!
-
 # rebuild at every config.h/config.mak change:
 version.h:
 	./version.sh `$(CC) -dumpversion`
@@ -570,6 +567,9 @@
 # explicit dependencies to force version.h to be built even if .depend is missing
 mplayer.o mencoder.o vobsub.o: version.h
 
+# temporary measure to make sure help_mp.h is built. we desperately need correct deps!
+$(MPLAYER_DEP) $(MENCODER_DEP): help_mp.h
+
 #
 # the following lines provide _partial_ dependency information
 # for the 'library' directories under main dir, in order to cause




More information about the MPlayer-cvslog mailing list