forked from FFmpeg/FFmpeg
make dep should also work.
Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9d0199f450
commit
220d2d82ef
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ SRCS := $(HOOKS:$(SLIBSUF)=.c)
|
|||
|
||||
all: $(HOOKS)
|
||||
|
||||
depend: $(SRCS)
|
||||
depend dep: $(SRCS)
|
||||
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
||||
|
||||
install: $(HOOKS)
|
||||
|
|
Loading…
Add table
Reference in a new issue