[MPlayer-cvslog] r26519 - trunk/Makefile

diego subversion at mplayerhq.hu
Thu Apr 24 19:26:58 CEST 2008


Author: diego
Date: Thu Apr 24 19:26:57 2008
New Revision: 26519

Log:
Make sure necessary header files are created before recursing.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Thu Apr 24 19:26:57 2008
@@ -490,7 +490,7 @@ recurse:
 	for part in $(PARTS); do $(MAKE) -C $$part; done
 
 DEPS = $(SRCS_COMMON:.c=.d) $(SRCS_MPLAYER:.c=.d) $(SRCS_MENCODER:.c=.d)
-$(DEPS): help_mp.h version.h codecs.conf.h
+$(DEPS) recurse: help_mp.h version.h codecs.conf.h
 dep depend: $(DEPS)
 	for part in $(PARTS); do $(MAKE) -C $$part .depend; done
 



More information about the MPlayer-cvslog mailing list