From b74e36be76dec3e25ed7168f3c6bf4b19b7b010c Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 Oct 2006 15:38:31 +0000 Subject: * bcc32/Makefile.sub ($(LIBRUBY_SO)): execute pre-link hook. * ext/extmk.rb: workaround for Borland make. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 7476dc6c2..e01573e8f 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -420,6 +420,7 @@ $(LIBRUBY_A): $(OBJS) $(DMYEXT) $(LIBRUBY_SO): $(LIBRUBY_A) $(DLDOBJS) $(RUBYDEF) $(RUBY_SO_NAME).res @echo $(DLDOBJS) + @$(PRE_LIBRUBY_UPDATE) $(LIBRUBY_LDSHARED) $(LIBRUBY_DLDFLAGS) $(DLDOBJS:/=\),$(LIBRUBY_SO),nul,$(LIBRUBY_A) $(LIBS),$(RUBYDEF),$(RUBY_SO_NAME).res $(LIBRUBY): $(LIBRUBY_SO) -- cgit