diff options
author | Zack Middleton <zturtleman@gmail.com> | 2015-09-30 01:26:27 -0500 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2016-04-07 11:12:56 +0100 |
commit | c65bd7998d56cae2670b30e84a2dbc547002d65d (patch) | |
tree | 3b7593c04fad25b0156cf9eadf0cb15c97a74732 /Makefile | |
parent | 0bb0fb2bac331ce4d4a9756b7f62969a6278ee5b (diff) |
Maybe fix old MSYS when there is an empty for loop
Based on ioquake3 svn r1485.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |