aboutsummaryrefslogtreecommitdiffstats
path: root/win32/configure.bat
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-15 06:11:13 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-15 06:11:13 +0000
commite455e85f720d87f6cdac0eff22ca21b0536c736a (patch)
tree883b248ae5f890890282ab1107877a9f68a016c8 /win32/configure.bat
parenta8154060ab975888988607aad0ea6e9eceb120a9 (diff)
downloadruby-e455e85f720d87f6cdac0eff22ca21b0536c736a.tar.gz
* win32/configure.bat: need a space before a tab to output the tab by
echo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/configure.bat')
-rwxr-xr-xwin32/configure.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/configure.bat b/win32/configure.bat
index 001fd3ee9c..4cac13e08c 100755
--- a/win32/configure.bat
+++ b/win32/configure.bat
@@ -161,8 +161,8 @@ if exist pathlist.tmp echo>>~setup~.mak LIB = $(pathlist:;=/lib;)
type>>~setup~.mak ~tmp~.mak
del *.tmp > nul
del ~tmp~.mak > nul
-echo>>~setup~.mak @if exist Makefile.old del Makefile.old
-echo>>~setup~.mak @if exist Makefile ren Makefile Makefile.old
-echo>>~setup~.mak @ren Makefile.new Makefile
+echo>>~setup~.mak @if exist Makefile.old del Makefile.old
+echo>>~setup~.mak @if exist Makefile ren Makefile Makefile.old
+echo>>~setup~.mak @ren Makefile.new Makefile
nmake -alf ~setup~.mak MAKEFILE=Makefile.new
:exit