[MPlayer-cvslog] r26604 - trunk/Makefile

diego subversion at mplayerhq.hu
Wed Apr 30 14:19:04 CEST 2008


Author: diego
Date: Wed Apr 30 14:19:04 2008
New Revision: 26604

Log:
Explicitly declare which dependency files need generated headers.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Wed Apr 30 14:19:04 2008
@@ -714,8 +714,11 @@ recurse:
 %.o: %.m
 	$(CC) $(CFLAGS) -c -o $@ $<
 
+codec-cfg.d: codecs.conf.h
+mencoder.d mplayer.d vobsub.d gui/win32/gui.d libmpdemux/muxer_avi.d stream/network.d stream/stream_cddb.d: version.h
 DEPS = $(filter-out %.S,$(patsubst %.cpp,%.d,$(patsubst %.c,%.d,$(SRCS_COMMON) $(SRCS_MPLAYER:.m=.d) $(SRCS_MENCODER))))
-$(DEPS) recurse: help_mp.h version.h codecs.conf.h
+$(DEPS) recurse: help_mp.h
+
 dep depend: $(DEPS)
 	for part in $(PARTS); do $(MAKE) -C $$part depend; done
 



More information about the MPlayer-cvslog mailing list