diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-11 03:20:17 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-11 03:20:17 +0000 |
commit | 0fc986008e63eaa217ccf1750884e5ba627cbc9b (patch) | |
tree | 94b0ef8e6a68621272e1daf2b7f4037f3daa4118 /wince | |
parent | 5a52925404d5febe9b4350c69a0dee211a3afd8a (diff) |
* {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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
-rw-r--r-- | wince/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 5306f5afec..823f422e16 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -91,7 +91,7 @@ exec_prefix = $(prefix) libdir = $(exec_prefix)/lib !endif !if !defined(datadir) -datadir = $(prefix)/share +datadir = /share !endif !ifndef EXTOUT EXTOUT = .ext |