From c65bd7998d56cae2670b30e84a2dbc547002d65d Mon Sep 17 00:00:00 2001
From: Zack Middleton <zturtleman@gmail.com>
Date: Wed, 30 Sep 2015 01:26:27 -0500
Subject: Maybe fix old MSYS when there is an empty for loop

Based on ioquake3 svn r1485.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit