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