From 26243c40faf09b9c4dcabb0b7494e1c474b99154 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 24 Jun 2008 08:55:06 +0000 Subject: [PATCH] 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27131 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6b5470be5d..edc145cd93 100644 --- a/Makefile +++ b/Makefile @@ -743,6 +743,7 @@ libswscale/libswscale.a: libswscale/*.[chS] $(ALLPARTLIBS): $(MAKE) -C $(@D) + touch $@ mplayer$(EXESUF): $(MPLAYER_DEPS) $(CC) -o $@ $^ $(LDFLAGS_MPLAYER)