[SCM] libav/experimental: make dep should also work.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:51:44 UTC 2013


The following commit has been merged in the experimental branch:
commit 220d2d82efe523a1f1d3aba69272ac9aac397316
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Oct 3 17:47:25 2006 +0000

    make dep should also work.
    
    Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/vhook/Makefile b/vhook/Makefile
index 75dc4d8..f6ce7f9 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -24,7 +24,7 @@ SRCS := $(HOOKS:$(SLIBSUF)=.c)
 
 all: $(HOOKS)
 
-depend: $(SRCS)
+depend dep: $(SRCS)
 	$(CC) -MM $(CFLAGS) $^ 1>.depend
 
 install: $(HOOKS)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list