From 6d3b47c4e3fb040b92eef3624c7d6fd1f137fdab 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- cygwin/GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cygwin') diff --git a/cygwin/GNUmakefile.in b/cygwin/GNUmakefile.in index c40e1285a0..fd9aa79214 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 v1.2.3