diff options
Diffstat (limited to 'vhook/Makefile')
-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: |