[MPlayer-cvslog] r22543 - trunk/Makefile
diego
subversion at mplayerhq.hu
Tue Mar 13 01:37:29 CET 2007
Author: diego
Date: Tue Mar 13 01:37:29 2007
New Revision: 22543
Modified:
trunk/Makefile
Log:
Add common sources to .depend target.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Mar 13 01:37:29 2007
@@ -333,7 +333,7 @@ strip:
strip -s $(ALL_PRG)
dep depend: help_mp.h version.h codecs.conf.h
- $(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
+ $(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) $(SRCS_COMMON) 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