From d925ba0dcbe1c64c5bd3becded00590b3dbcfea4 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: http://svn.ruby-lang.org/repos/ruby/trunk@14471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wince/Makefile.sub | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wince') diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 8ac4d0220..c60ac9e92 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -4,6 +4,10 @@ SHELL = $(COMSPEC) MKFILES = Makefile NULL = nul +!ifndef MFLAGS +MFLAGS=- +!endif + #### Start of system configuration section. #### ## variables may be overridden by $(compile_dir)/Makefile -- cgit