summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5a0fc4..7b5e4cb 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,8 @@ CLEANDIRS=$(SUBDIRS:%=clean-%)
.PHONY: $(SUBDIRS) $(CLEANDIRS)
$(SUBDIRS):
- @echo "-- Recursing make to [$@]..."; $(MAKE) --no-print-directory -C $@
+# @echo "-- Recursing make to [$@]..."; $(MAKE) --no-print-directory -C $@
+ @echo "-- Recursing make to [$@]..."; $(MAKE) -C $@
@echo "-- Returned from [$@]"
$(CLEANDIRS):