Commit 69e76990 authored by bellard's avatar bellard

fixed dependencies


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1530 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7e5fbdea
...@@ -15,9 +15,9 @@ endif ...@@ -15,9 +15,9 @@ endif
all: $(HOOKS) all: $(HOOKS)
SRCS := $(OBJS:.o=.c) SRCS := $(HOOKS:.so=.c)
.depend: $(SRCS) depend: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend $(CC) -MM $(CFLAGS) $^ 1>.depend
install: 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