summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 408909f3..69c65534 100644
--- a/Makefile
+++ b/Makefile
@@ -1209,7 +1209,7 @@ endif
NAKED_TARGETS=$(shell echo $(TARGETS) | sed -e "s!$(B)/!!g")
-print_list=@for i in $(1); \
+print_list=-@for i in $(1); \
do \
echo " $$i"; \
done