aboutsummaryrefslogtreecommitdiffstats
path: root/bcc32/Makefile.sub
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-29 08:22:48 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-29 08:22:48 +0000
commit8a5dba33b2f602066d7aed696593340ba884fddd (patch)
treea11d9226bbaaa1e3fb029cb5e8a9f8957b9f1a01 /bcc32/Makefile.sub
parent04fae1c56c6a033e2a8ff6cd84d34d5c2442ea16 (diff)
downloadruby-8a5dba33b2f602066d7aed696593340ba884fddd.tar.gz
* bcc32/Makefile.sub, bcc32/README.bcc32, bcc32/configure.bat,
bcc32/setup.mak: new configure scheme. use ``configure --prefix=dir'' instead of ``make DESTDIR=dir install''. --with-static-linked-ext support on mswin32. [ruby-dev:23034] (by Nakada. Thanks.) * bcc32/setup.mak: "configure --disable-install-doc" is now working. * win32/setup.mak: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32/Makefile.sub')
-rw-r--r--bcc32/Makefile.sub5
1 files changed, 1 insertions, 4 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 75f147c7a6..3502b23a26 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -94,9 +94,6 @@ libdir = $(exec_prefix)/lib
!if !defined(datadir)
datadir = $(prefix)/share
!endif
-!ifndef DESTDIR
-DESTDIR = $(prefix)
-!endif
!ifndef EXTOUT
EXTOUT = .ext
!endif
@@ -313,7 +310,7 @@ s,@FFLAGS@,$(FFLAGS),;t t
s,@LDFLAGS@,,;t t
s,@LIBS@,$(LIBS),;t t
s,@exec_prefix@,$${prefix},;t t
-s,@prefix@,,;t t
+s,@prefix@,$(prefix),;t t
s,@program_transform_name@,s,,,,;t t
s,@bindir@,$${exec_prefix}/bin,;t t
s,@sbindir@,$${exec_prefix}/sbin,;t t