summaryrefslogtreecommitdiff
path: root/wince/Makefile.sub
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
commit7c45c615819e9d8bb8fb947ec972e48cd45d561d (patch)
tree09f4b4a0833033765112d7efa682c533e3e34842 /wince/Makefile.sub
parent82a73f0aa0611c37a16b8bb6f20399e9d0d5642c (diff)
* win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince/Makefile.sub')
-rw-r--r--wince/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
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. ####