aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--win32/Makefile.sub2
-rw-r--r--wince/Makefile.sub2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 755b16611e..c2ceef03a2 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 12:08:10 2007 Eric Hodel <drbrain@segment7.net>
* /, ext/: Add svn:ignore for OS X Xcode 3's conftest.dSYM
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index bf8ddf8d57..92582ff2a5 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -5,7 +5,7 @@ MKFILES = Makefile
NULL = nul
!ifndef MFLAGS
-MFLAGS=-
+MFLAGS=-l
!endif
#### Start of system configuration section. ####
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index d55f68bdee..494d5b297b 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -5,7 +5,7 @@ MKFILES = Makefile
NULL = nul
!ifndef MFLAGS
-MFLAGS=-
+MFLAGS=-l
!endif
#### Start of system configuration section. ####