From: Fabrice Bellard Date: Sat, 1 Feb 2003 20:56:39 +0000 (+0000) Subject: fixed dependencies X-Git-Tag: v0.5~16722 X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=91d742b7460ba90ad53696b2767b5250da8413dc fixed dependencies Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/vhook/Makefile b/vhook/Makefile index 0f49299e3c..cf8bdc8460 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -15,9 +15,9 @@ endif all: $(HOOKS) -SRCS := $(OBJS:.o=.c) +SRCS := $(HOOKS:.so=.c) -.depend: $(SRCS) +depend: $(SRCS) $(CC) -MM $(CFLAGS) $^ 1>.depend install: