aboutsummaryrefslogtreecommitdiffstats
path: root/cygwin/GNUmakefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-25 03:17:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-25 03:17:28 +0000
commit050a8e912f7fb21a610aa72ead6e0fbfa1063f68 (patch)
treef2541a01f5d064fadaca43a10f6913297000623b /cygwin/GNUmakefile.in
parent0243b1d29c4992654b04926bb92eb0e72d6c0e31 (diff)
downloadruby-050a8e912f7fb21a610aa72ead6e0fbfa1063f68.tar.gz
* cygwin/GNUmakefile.in (RUBYDEF): needs read-only section too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cygwin/GNUmakefile.in')
-rw-r--r--cygwin/GNUmakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/GNUmakefile.in b/cygwin/GNUmakefile.in
index 9a0601d264..1da2bfc8cc 100644
--- a/cygwin/GNUmakefile.in
+++ b/cygwin/GNUmakefile.in
@@ -71,7 +71,7 @@ $(RUBYDEF): $(LIBRUBY_A) $(PREP) $(RBCONFIG)
ifeq (@target_os@,cygwin)
@NM@ --extern --defined $(LIBRUBY_A) | \
$(MINIRUBY) -n -e 'BEGIN{puts "VERSION $(MAJOR).$(MINOR)","EXPORTS"}' \
- -e 'puts $$1 if / [CDT] _((?!Init_).*)$$/' > $@
+ -e 'puts $$1 if / [A-Z] _((?!Init_).*)$$/' > $@
else
$(MINIRUBY) $(srcdir)/win32/mkexports.rb -output=$@ $(LIBRUBY_A)
endif