From bb365ca424487dbad0f05cc7097cc3eca1bcc671 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 7 Oct 2013 06:27:20 +0200 Subject: niminst: yet another bugfix --- tools/niminst/buildsh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/niminst/buildsh.tmpl b/tools/niminst/buildsh.tmpl index 912e87d29..621020e75 100644 --- a/tools/niminst/buildsh.tmpl +++ b/tools/niminst/buildsh.tmpl @@ -132,8 +132,8 @@ case $myos in $CC $COMP_FLAGS -Inimcache -c ?{f} -o ?{changeFileExt(f, "o")} # add(linkCmd, " \\\n" & changeFileExt(f, "o")) # end for - echo "$LINKER -o ?{"$binDir"/toLower(c.name)} ?linkCmd $LINK_FLAGS" - $LINKER -o ?{"$binDir"/toLower(c.name)} ?linkCmd $LINK_FLAGS + echo "$LINKER -o ?{"$binDir/" & toLower(c.name)} ?linkCmd $LINK_FLAGS" + $LINKER -o ?{"$binDir/" & toLower(c.name)} ?linkCmd $LINK_FLAGS ;; # end for *) -- cgit 1.4.1-2-gfad0