summaryrefslogtreecommitdiffstats
path: root/bcc32
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-11 03:20:17 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-11 03:20:17 +0000
commit469970f7eaef6a062a91da012024badfa4535ec8 (patch)
tree94b0ef8e6a68621272e1daf2b7f4037f3daa4118 /bcc32
parent2c9725d82bf7a338608cae538d63e07a3413fa19 (diff)
downloadruby-469970f7eaef6a062a91da012024badfa4535ec8.tar.gz
ruby-469970f7eaef6a062a91da012024badfa4535ec8.tar.xz
ruby-469970f7eaef6a062a91da012024badfa4535ec8.zip
* {bcc32,win32,wince}/Makefile.sub: ri data was not installed
into correct path. [ruby-dev:26011] * bcc32/Makefile.sub: defaulted install-nodoc. [ruby-dev:26011] * dir.c: rdoc fix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 78e130965..1fc6b2dd9 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -94,7 +94,7 @@ exec_prefix = $(prefix)
libdir = $(exec_prefix)/lib
!endif
!if !defined(datadir)
-datadir = $(prefix)/share
+datadir = /share
!endif
!ifndef EXTOUT
EXTOUT = .ext
@@ -109,7 +109,7 @@ TESTUI = console
TESTS =
!endif
!ifndef RDOCTARGET
-RDOCTARGET = install-doc
+RDOCTARGET = install-nodoc
!endif
OUTFLAG = -o