diff --git a/ChangeLog b/ChangeLog index d4d54bef64..c31f2f0d36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Dec 22 15:30:13 2007 NAKAMURA Usaku + + * */Makefile.sub (MFLAGS): define unless defined. + Sat Dec 22 15:17:40 2007 NAKAMURA Usaku * lib/mkmf.rb ($extmk): set true only when under ext/ or tool/. 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 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) diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 8ac4d0220d..c60ac9e921 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