[MPlayer-cvslog] r22513 - trunk/Makefile
diego
subversion at mplayerhq.hu
Sun Mar 11 17:49:58 CET 2007
Author: diego
Date: Sun Mar 11 17:26:13 2007
New Revision: 22513
Modified:
trunk/Makefile
Log:
mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER
respectively, no need to add them separately for .depend generation.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Mar 11 17:26:13 2007
@@ -330,7 +330,7 @@ strip:
strip -s $(ALL_PRG)
dep depend: help_mp.h version.h
- $(CC) -MM $(CFLAGS) -DCODECS2HTML mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
+ $(CC) -MM $(CFLAGS) -DCODECS2HTML $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
@for a in $(PARTS); do $(MAKE) -C $$a dep; done
# ./configure must be rerun if it changed
More information about the MPlayer-cvslog
mailing list