mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub (config.h): passes LDFLAGS to rbconfig.rb so
that extconf.rb could refer it. [ruby-core:22725] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6fe3eaec6c
commit
5157e572b8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Mar 10 12:27:52 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* win32/Makefile.sub (config.h): passes LDFLAGS to rbconfig.rb so
|
||||||
|
that extconf.rb could refer it. [ruby-core:22725]
|
||||||
|
|
||||||
Tue Mar 10 11:36:32 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Tue Mar 10 11:36:32 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* iseq.c (prepare_iseq_build): too few arguments to function
|
* iseq.c (prepare_iseq_build): too few arguments to function
|
||||||
|
|
|
@ -562,7 +562,7 @@ s,@DEFS@,$(DEFS),;t t
|
||||||
s,@CPPFLAGS@,$(CPPFLAGS),;t t
|
s,@CPPFLAGS@,$(CPPFLAGS),;t t
|
||||||
s,@CXXFLAGS@,$(CXXFLAGS),;t t
|
s,@CXXFLAGS@,$(CXXFLAGS),;t t
|
||||||
s,@FFLAGS@,$(FFLAGS),;t t
|
s,@FFLAGS@,$(FFLAGS),;t t
|
||||||
s,@LDFLAGS@,,;t t
|
s,@LDFLAGS@,$(LDFLAGS),;t t
|
||||||
s,@LIBS@,$(LIBS),;t t
|
s,@LIBS@,$(LIBS),;t t
|
||||||
s,@exec_prefix@,$${prefix},;t t
|
s,@exec_prefix@,$${prefix},;t t
|
||||||
s,@prefix@,$(prefix),;t t
|
s,@prefix@,$(prefix),;t t
|
||||||
|
|
Loading…
Add table
Reference in a new issue