diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1056,13 +1056,10 @@ dhahelperwinclean: -# Do not include dependencies when they are about to be removed anyway -# or if SKIP_DEPS was set to "yes" on the command line. +# Do not include dependencies when they are about to be removed anyway. ifneq ($(MAKECMDGOALS),distclean) -ifneq ($(SKIP_DEPS),yes) -include $(DEPS) endif -endif .PHONY: all doxygen *install* *tools drivers dhahelper* .PHONY: checkheaders *clean dep depend tests |