summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 03:35:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 03:35:06 +0000
commit8be7f19ab3305f9ff302f083defe392bbc728736 (patch)
tree09f4b4a0833033765112d7efa682c533e3e34842
parentb661668069d936e2f0abe1c437553845c5f27a20 (diff)
downloadruby-8be7f19ab3305f9ff302f083defe392bbc728736.tar.gz
ruby-8be7f19ab3305f9ff302f083defe392bbc728736.tar.xz
ruby-8be7f19ab3305f9ff302f083defe392bbc728736.zip
* win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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 755b16611..c2ceef03a 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 bf8ddf8d5..92582ff2a 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 d55f68bde..494d5b297 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. ####