From 220d2d82efe523a1f1d3aba69272ac9aac397316 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 3 Oct 2006 17:47:25 +0000 Subject: [PATCH] make dep should also work. Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhook/Makefile b/vhook/Makefile index 75dc4d8e11..f6ce7f996c 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)