diff --git a/vhook/Makefile b/vhook/Makefile index e7a103bb66..167b8bfb00 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -47,6 +47,4 @@ distclean: clean .PHONY: all depend dep clean distclean install* uninstall* -ifneq ($(wildcard .depend),) -include .depend -endif +-include .depend