summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cf53e70..4a90ef9f 100644
--- a/Makefile
+++ b/Makefile
@@ -274,7 +274,7 @@ endif
ifneq "$(strip $(TESTABLEGOALS))" "$(DEPS_FILE)"
ifneq "$(strip $(patsubst clean%,,$(patsubst %clean,,$(TESTABLEGOALS))))" ""
ifeq "$(strip $(wildcard $(DEPS_FILE)))" ""
-_:=$(shell $(MAKE) $(DEPS_FILE))
+$(info $(shell $(MAKE) $(DEPS_FILE)))
endif
include $(DEPS_FILE)
endif