summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-03 17:14:03 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-03 17:14:03 +0000
commitb62cdfe9b5ea559c335fcb8d887ffd1ee0007eca (patch)
treee349c003672c35d325b974baf73d441fb27cd01b /lib
parent1c4c8b743eca70d4631be366f2c92e4aabcd5a21 (diff)
see ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/mkmf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index 14016f7a88..d9bc3c5716 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -325,7 +325,6 @@ def create_makefile(target)
if $configure_args['--enable-shared']
$libs = CONFIG["LIBRUBYARG"] + " " + $libs
- $DLDFLAGS = $DLDFLAGS + " -L$(topdir)"
end
defflag = ''