diff options
author | Fabrice Bellard | 2003-02-01 20:56:39 +0000 |
---|---|---|
committer | Fabrice Bellard | 2003-02-01 20:56:39 +0000 |
commit | 91d742b7460ba90ad53696b2767b5250da8413dc (patch) | |
tree | 42e55cf5d512c1bed8ffd4cabd2ec577a06e0077 /vhook | |
parent | 0e04e4e9e1f985c56d5c4c1461ea834be0e0aabf (diff) |
fixed dependencies
Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r-- | vhook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vhook/Makefile b/vhook/Makefile index 0f49299e3c..cf8bdc8460 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -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: |