Commit 818cfebb authored by diego's avatar diego

make dep should also work.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6540 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d4d2cb3f
......@@ -24,7 +24,7 @@ SRCS := $(HOOKS:$(SLIBSUF)=.c)
all: $(HOOKS)
depend: $(SRCS)
depend dep: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
install: $(HOOKS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment