Commit 91d742b7 authored by Fabrice Bellard's avatar Fabrice Bellard

fixed dependencies

Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0e04e4e9
......@@ -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:
......
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