diff --git a/vhook/Makefile b/vhook/Makefile index 75dc4d8e11..f6ce7f996c 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -24,7 +24,7 @@ SRCS := $(HOOKS:$(SLIBSUF)=.c) all: $(HOOKS) -depend: $(SRCS) +depend dep: $(SRCS) $(CC) -MM $(CFLAGS) $^ 1>.depend install: $(HOOKS)