[SCM] libav/experimental: fix make dep for out of tree builds

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:53:13 UTC 2013


The following commit has been merged in the experimental branch:
commit 3894bc74dbdfa2618cc3a57266c66b7f92cebcbd
Author: Måns Rullgård <mans at mansr.com>
Date:   Sat Nov 11 20:58:32 2006 +0000

    fix make dep for out of tree builds
    
    Originally committed as revision 6974 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 4ad6023..26fb148 100644
--- a/Makefile
+++ b/Makefile
@@ -210,7 +210,7 @@ ifeq ($(CONFIG_VHOOK),yes)
 endif
 
 .depend: $(SRCS) version.h
-	$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(SRCS) 1>.depend
+	$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
 
 .libs: lib
 	@test -f .libs || touch .libs

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list