summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-24 08:55:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-24 08:55:06 +0000
commit26243c40faf09b9c4dcabb0b7494e1c474b99154 (patch)
tree645d19805217614925c85da16858416ec52c880d /Makefile
parentef15210ef1ec41cf75f1bd0d77113a7c1347bb86 (diff)
downloadmpv-26243c40faf09b9c4dcabb0b7494e1c474b99154.tar.bz2
mpv-26243c40faf09b9c4dcabb0b7494e1c474b99154.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)