From 91d742b7460ba90ad53696b2767b5250da8413dc Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Sat, 1 Feb 2003 20:56:39 +0000 Subject: fixed dependencies Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vhook') 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: -- cgit v1.2.3