From 8be7f19ab3305f9ff302f083defe392bbc728736 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 24 Dec 2007 03:35:06 +0000 Subject: * win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index bf8ddf8d5..92582ff2a 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -5,7 +5,7 @@ MKFILES = Makefile NULL = nul !ifndef MFLAGS -MFLAGS=- +MFLAGS=-l !endif #### Start of system configuration section. #### -- cgit