summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-15 15:15:58 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-15 15:15:58 +0000
commit45cab7d1044f81fffccf473bcbdf53a191bf1248 (patch)
treeee4b62fee72b8f23b991619ca4417a6fee378607 /win32
parent65867866a870be8fbef90d67bd0fef8776aee09e (diff)
* win32/configure.bat: remove unnecessary line which prevents
creating Makefile. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/configure.bat1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/configure.bat b/win32/configure.bat
index b6d5aed93b..9c72408af9 100755
--- a/win32/configure.bat
+++ b/win32/configure.bat
@@ -26,7 +26,6 @@ if "%1" == "--extout" goto :extout
if "%1" == "--path" goto :path
if "%1" == "-h" goto :help
if "%1" == "--help" goto :help
- echo>> ~tmp~.mak "%1" \
echo>>confargs.tmp %1 \
shift
goto :loop