mirror of https://git.ffmpeg.org/ffmpeg.git
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
|
@ -24,7 +24,7 @@ SRCS := $(HOOKS:$(SLIBSUF)=.c)
|
|||
|
||||
all: $(HOOKS)
|
||||
|
||||
depend: $(SRCS)
|
||||
depend dep: $(SRCS)
|
||||
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
||||
|
||||
install: $(HOOKS)
|
||||
|
|
Loading…
Reference in New Issue