# HG changeset patch # User diego # Date 1214297706 0 # Node ID 1294f728042a60fa7b6a10e77888fcd5609c412b # Parent d026baa6a86a344998878b274b452466f9eed8d7 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. diff -r d026baa6a86a -r 1294f728042a Makefile --- 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)