summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Middleton <zturtleman@gmail.com>2015-09-30 01:26:27 -0500
committerTim Angus <tim@ngus.net>2016-04-07 11:12:56 +0100
commitc65bd7998d56cae2670b30e84a2dbc547002d65d (patch)
tree3b7593c04fad25b0156cf9eadf0cb15c97a74732
parent0bb0fb2bac331ce4d4a9756b7f62969a6278ee5b (diff)
Maybe fix old MSYS when there is an empty for loop
Based on ioquake3 svn r1485.
-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