summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xwin32/configure.bat1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 834c20eb44..975db5f714 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Oct 16 00:13:14 2005 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/configure.bat: remove unnecessary line which prevents
+ creating Makefile.
+
Sat Oct 15 23:52:07 2005 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, and
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