fixed dependencies

Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2003-02-01 20:56:39 +00:00
parent 0e04e4e9e1
commit 91d742b746
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ endif
all: $(HOOKS)
SRCS := $(OBJS:.o=.c)
SRCS := $(HOOKS:.so=.c)
.depend: $(SRCS)
depend: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
install: