make dep should also work.

Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-10-03 17:47:25 +00:00
parent 9d0199f450
commit 220d2d82ef
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ SRCS := $(HOOKS:$(SLIBSUF)=.c)
all: $(HOOKS) all: $(HOOKS)
depend: $(SRCS) depend dep: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend $(CC) -MM $(CFLAGS) $^ 1>.depend
install: $(HOOKS) install: $(HOOKS)