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