summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--win32/Makefile.sub4
-rw-r--r--wince/Makefile.sub4
3 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95a9e40e78..5b6c0ac51a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Dec 24 12:35:03 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l.
+
Mon Dec 24 11:56:31 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* {bcc32,win{32,ce}}/Makefile.sub (SET_MAKE): set MFLAGS which is not
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 30eb6908f3..6a0840308b 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -4,6 +4,10 @@ SHELL = $(COMSPEC)
MKFILES = Makefile
NULL = nul
+!ifndef MFLAGS
+MFLAGS=-l
+!endif
+
#### Start of system configuration section. ####
## variables may be overridden by $(compile_dir)/Makefile
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index ca1c4421bb..8a971dbe39 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -4,6 +4,10 @@ SHELL = $(COMSPEC)
MKFILES = Makefile
NULL = nul
+!ifndef MFLAGS
+MFLAGS=-l
+!endif
+
#### Start of system configuration section. ####
## variables may be overridden by $(compile_dir)/Makefile