summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-10 03:27:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-10 03:27:54 +0000
commitbe3329ffaa26c90fc0cdc6806bea7772359a410c (patch)
treea10baf435960632258051c60ade6482edff67270 /win32
parenta80fa4b4d25912cafdba9a68fc7947f7c7a673cf (diff)
downloadruby-be3329ffaa26c90fc0cdc6806bea7772359a410c.tar.gz
ruby-be3329ffaa26c90fc0cdc6806bea7772359a410c.tar.xz
ruby-be3329ffaa26c90fc0cdc6806bea7772359a410c.zip
* win32/Makefile.sub (config.h): passes LDFLAGS to rbconfig.rb so
that extconf.rb could refer it. [ruby-core:22725] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 441e61469..5c155b400 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -562,7 +562,7 @@ s,@DEFS@,$(DEFS),;t t
s,@CPPFLAGS@,$(CPPFLAGS),;t t
s,@CXXFLAGS@,$(CXXFLAGS),;t t
s,@FFLAGS@,$(FFLAGS),;t t
-s,@LDFLAGS@,,;t t
+s,@LDFLAGS@,$(LDFLAGS),;t t
s,@LIBS@,$(LIBS),;t t
s,@exec_prefix@,$${prefix},;t t
s,@prefix@,$(prefix),;t t