Maybe fix old MSYS when there is an empty for loop

Based on ioquake3 svn r1485.
This commit is contained in:
Zack Middleton 2015-09-30 01:26:27 -05:00
parent 7f4b34bf09
commit fad66ae222

View file

@ -1261,7 +1261,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