From ee9e99eeee117e227ab2c453cf4c93ac3c1ba400 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 30 Jan 2009 04:22:51 +0000 Subject: merges r21889 from trunk into ruby_1_9_1. * cygwin/GNUmakefile.in (RUBYDEF): depends on makefiles. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- cygwin/GNUmakefile.in | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index aaf43dc94..7e59d2179 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Fri Jan 30 12:57:28 2009 Nobuyoshi Nakada +Fri Jan 30 12:59:49 2009 Nobuyoshi Nakada + + * cygwin/GNUmakefile.in (RUBYDEF): depends on makefiles. * cygwin/GNUmakefile.in (RUBYDEF): adds DATA to non-function symbols which is not marked as T. diff --git a/cygwin/GNUmakefile.in b/cygwin/GNUmakefile.in index c40e1285a..fd9aa7921 100644 --- a/cygwin/GNUmakefile.in +++ b/cygwin/GNUmakefile.in @@ -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"}' \ -- cgit