From d66da40534d3bc87a974430a8a8e6aec1c0ebbc4 Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 22 Oct 2002 14:58:59 +0000 Subject: [PATCH] * lib/mkmf.rb (init_mkmf): add dir_config("opt"). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- lib/mkmf.rb | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d684a2098f..fb124299d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ +Tue Oct 22 23:56:41 2002 WATANABE Hirofumi + + * lib/mkmf.rb (init_mkmf): add dir_config("opt"). + Tue Oct 22 19:44:03 2002 KONISHI Hiromasa * bcc32/configure.bat : The command line when calling setup.mak is corrected. - *bcc32/readme.bcc32 : It follows up about the option of configure.bat. + * bcc32/readme.bcc32 : It follows up about the option of configure.bat. Tue Oct 22 15:23:19 2002 Nobuyoshi Nakada diff --git a/lib/mkmf.rb b/lib/mkmf.rb index 5616425281..ef2dabab28 100644 --- a/lib/mkmf.rb +++ b/lib/mkmf.rb @@ -797,6 +797,7 @@ def init_mkmf(config = CONFIG) $LIBPATH << "$(archdir)" $LOCAL_LIBS = "" + dir_config("opt") end init_mkmf