From fe0079ce01d17c8b28ccb093c737eceb57cb17a7 Mon Sep 17 00:00:00 2001 From: H_Konishi Date: Sun, 8 Sep 2002 05:46:29 +0000 Subject: bcc32/configure.bat : Control of a message. bcc32/makefile.sub : @(sitearch) typo. ext/extmk.rb.in : [bccwin32] libdir is added to a library path. lib/mkmf.rb : ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 2 +- bcc32/configure.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 517dc1985..31b923606 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -337,7 +337,7 @@ s,@SOLIBS@,$(SOLIBS),;t t s,@DLDLIBS@,$(DLDLIBS),;t t s,@ENABLE_SHARED@,yes,;t t s,@arch@,$(ARCH)-$(OS),;t t -s,@sitearch@,$(ARCH)-$(RT),;t t +s,@sitearch@,$(ARCH)-$(OS),;t t s,@sitedir@,$${prefix}/lib/ruby/site_ruby,;t t s,@configure_args@,--enable-shared $(configure_args),;t t s,@configure_input@,$$configure_input,;t t diff --git a/bcc32/configure.bat b/bcc32/configure.bat index 0025fa685..65b53a297 100644 --- a/bcc32/configure.bat +++ b/bcc32/configure.bat @@ -8,4 +8,4 @@ echo>> ~tmp~.mak conf = %0 echo>> ~tmp~.mak $(conf:\=/): nul echo>> ~tmp~.mak @del ~tmp~.mak echo>> ~tmp~.mak make -Dbcc32dir="$(@D)" -f$(@D)/setup.mak %1 -make -f ~tmp~.mak +make -s -f ~tmp~.mak -- cgit