From 9435841f2c5ec9e327e062e17912bf6e3db897d6 Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 22 Oct 2002 14:58:59 +0000 Subject: * lib/mkmf.rb (init_mkmf): add dir_config("opt"). git-svn-id: http://svn.ruby-lang.org/repos/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 d684a2098..fb124299d 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 561642528..ef2dabab2 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 -- cgit