mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* cygwin/GNUmakefile.in (RUBYDEF): depends on makefiles.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
77285faf19
commit
210651a8e0
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
Fri Jan 30 12:57:28 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
Fri Jan 30 12:59:49 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* cygwin/GNUmakefile.in (RUBYDEF): depends on makefiles.
|
||||
|
||||
* cygwin/GNUmakefile.in (RUBYDEF): adds DATA to non-function symbols
|
||||
which is not marked as T.
|
||||
|
|
|
@ -67,7 +67,7 @@ endif
|
|||
|
||||
$(LIBRUBY_SO): $(RUBYDEF)
|
||||
|
||||
$(RUBYDEF): $(LIBRUBY_A) $(PREP) $(RBCONFIG)
|
||||
$(RUBYDEF): $(LIBRUBY_A) $(PREP) $(RBCONFIG) GNUmakefile
|
||||
ifeq (@target_os@,cygwin)
|
||||
@NM@ --extern --defined $(LIBRUBY_A) | \
|
||||
$(MINIRUBY) -n -e 'BEGIN{puts "VERSION $(MAJOR).$(MINOR)","EXPORTS"}' \
|
||||
|
|
Loading…
Reference in a new issue