[MPlayer-cvslog] r27131 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue Jun 24 10:55:06 CEST 2008


Author: diego
Date: Tue Jun 24 10:55:06 2008
New Revision: 27131

Log:
Touch FFmpeg libraries after recursing into their subdirectories.
Otherwise, if the recursion was due to a changed file that is not built into
the library, the recursion will become unconditional.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue Jun 24 10:55:06 2008
@@ -743,6 +743,7 @@ libswscale/libswscale.a: libswscale/*.[c
 
 $(ALLPARTLIBS):
 	$(MAKE) -C $(@D)
+	touch $@
 
 mplayer$(EXESUF): $(MPLAYER_DEPS)
 	$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)



More information about the MPlayer-cvslog mailing list