[MPlayer-cvslog] r18792 - trunk/Makefile
uau
subversion at mplayerhq.hu
Fri Jun 23 00:07:25 CEST 2006
Author: uau
Date: Fri Jun 23 00:07:25 2006
New Revision: 18792
Modified:
trunk/Makefile
Log:
"make depend" requires version.h
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Fri Jun 23 00:07:25 2006
@@ -518,7 +518,7 @@
dep: depend
-depend: help_mp.h
+depend: help_mp.h version.h
$(CC) -MM $(CFLAGS) -DCODECS2HTML mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
@for a in $(PARTS); do $(MAKE) -C $$a dep; done
More information about the MPlayer-cvslog
mailing list