Commit 220d2d82 authored by Diego Biurrun's avatar Diego Biurrun

make dep should also work.

Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9d0199f4
......@@ -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