fixed dependencies

Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Fabrice Bellard 22 years ago
parent 0e04e4e9e1
commit 91d742b746
  1. 4
      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:

Loading…
Cancel
Save