[MPlayer-cvslog] CVS: main Makefile,1.360,1.361
Richard Felker CVS
syncmail at mplayerhq.hu
Sun Apr 2 09:18:56 CEST 2006
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv10706
Modified Files:
Makefile
Log Message:
10l: version.h was not being built in some odd cases
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -r1.360 -r1.361
--- Makefile 2 Apr 2006 03:22:32 -0000 1.360
+++ Makefile 2 Apr 2006 07:18:53 -0000 1.361
@@ -440,7 +440,7 @@
codecs2html: mp_msg.o
$(CC) -DCODECS2HTML codec-cfg.c mp_msg.o -o $@
-$(PRG_CFG): version.h codec-cfg.c codec-cfg.h help_mp.h
+$(PRG_CFG): codec-cfg.c codec-cfg.h help_mp.h
$(HOST_CC) $(HOST_CFLAGS) -I. codec-cfg.c -o $(PRG_CFG) \
-DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC)
@@ -567,6 +567,9 @@
#endif
version.h: config.h config.mak Makefile
+# explicit dependencies to force version.h to be built even if .depend is missing
+mplayer.o mencoder.o vobsub.o: version.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