changeset 27099:1294f728042a

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.
author diego
date Tue, 24 Jun 2008 08:55:06 +0000
parents d026baa6a86a
children 7d34f6036301
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Jun 24 08:48:04 2008 +0000
+++ b/Makefile	Tue Jun 24 08:55:06 2008 +0000
@@ -743,6 +743,7 @@
 
 $(ALLPARTLIBS):
 	$(MAKE) -C $(@D)
+	touch $@
 
 mplayer$(EXESUF): $(MPLAYER_DEPS)
 	$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)