summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 06:30:40 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 06:30:40 +0000
commitc9bf41968448b09f7b33f3cf1c21090d23cdde50 (patch)
treef6503f55bf6db6348ad008bb5ffde44161964826 /win32/Makefile.sub
parent366b82dde8c9e48affb774840ae6f89d6e2a60c4 (diff)
* */Makefile.sub (MFLAGS): define unless defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 60e887dbbf..ffe25d5e2b 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -4,6 +4,10 @@ SHELL = $(COMSPEC)
MKFILES = Makefile
NULL = nul
+!ifndef MFLAGS
+MFLAGS=-
+!endif
+
#### Start of system configuration section. ####
!if defined(pathlist)