summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--win32/setup.mak1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8be8eff6c5..adc34c2681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jan 17 11:32:46 2006 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/setup.mak (MAKE): workaround for nmake 8.
+
Tue Jan 17 11:10:21 2006 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/{Makefile.sub,setup.mak}: invoke .bat via shell. workaround
diff --git a/win32/setup.mak b/win32/setup.mak
index 98f72c0032..4f46807901 100644
--- a/win32/setup.mak
+++ b/win32/setup.mak
@@ -37,6 +37,7 @@ alpha-$(OS): -prologue- -alpha- -epilogue-
-basic-vars-: nul
@type << > $(MAKEFILE)
### Makefile for ruby $(OS) ###
+MAKE = nmake
srcdir = $(srcdir:\=/)
prefix = $(prefix:\=/)
EXTSTATIC = $(EXTSTATIC)