changeset 33676:3e5faa206324

build: Skip touching FFmpeg libraries after compilation. This workaround should no longer be necessary.
author diego
date Tue, 28 Jun 2011 23:45:01 +0000
parents b48200e2a788
children 41061dfd72d4
files Makefile
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Jun 28 23:45:00 2011 +0000
+++ b/Makefile	Tue Jun 28 23:45:01 2011 +0000
@@ -798,7 +798,6 @@
 
 $(FFMPEGLIBS): $(FFMPEGFILES) config.h
 	$(MAKE) -C ffmpeg $(@:ffmpeg/%=%)
-	touch $@
 
 mencoder$(EXESUF): $(MENCODER_DEPS)
 mencoder$(EXESUF): EXTRALIBS += $(EXTRALIBS_MENCODER)