From c9bf41968448b09f7b33f3cf1c21090d23cdde50 Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 22 Dec 2007 06:30:40 +0000 Subject: * */Makefile.sub (MFLAGS): define unless defined. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bcc32/Makefile.sub') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index d478719cc9..4ff86f8e74 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -3,6 +3,10 @@ SHELL = $(COMSPEC) MKFILES = Makefile +!ifndef MFLAGS +MFLAGS=- +!endif + #### Start of system configuration section. #### !ifndef OS OS = bccwin32 -- cgit v1.2.3