mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-14 00:40:39 +00:00
Maybe fix old MSYS when there is an empty for loop
Based on ioquake3 svn r1485.
This commit is contained in:
parent
7f4b34bf09
commit
fad66ae222
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1261,7 +1261,7 @@ endif
|
||||||
|
|
||||||
NAKED_TARGETS=$(shell echo $(TARGETS) | sed -e "s!$(B)/!!g")
|
NAKED_TARGETS=$(shell echo $(TARGETS) | sed -e "s!$(B)/!!g")
|
||||||
|
|
||||||
print_list=@for i in $(1); \
|
print_list=-@for i in $(1); \
|
||||||
do \
|
do \
|
||||||
echo " $$i"; \
|
echo " $$i"; \
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue