summaryrefslogtreecommitdiffstats
path: root/wince
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-13 14:44:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-13 14:44:59 +0000
commit060acd732b433f4fb69ceb42ff0123ee94d67320 (patch)
tree6308106175e406ac0590895291265a79786606d7 /wince
parent6d1695e3f77541ecbb5e07bfc9f27138a1b21e07 (diff)
downloadruby-060acd732b433f4fb69ceb42ff0123ee94d67320.tar.gz
ruby-060acd732b433f4fb69ceb42ff0123ee94d67320.tar.xz
ruby-060acd732b433f4fb69ceb42ff0123ee94d67320.zip
* ext/extmk.rb: keep srcdir unexpanded.
* lib/mkmf.rb (create_makefile): quote topdir and hdrdir if necessary. fixed: [ruby-core:04932] * lib/mkmf.rb (configuration), {bcc32,win32,wince}/Makefile.sub: make also INSTALL_PROG and INSTALL_DATA system dependent. fixed: [ruby-core:04931] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
-rw-r--r--wince/Makefile.sub2
1 files changed, 2 insertions, 0 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index 2bc6af5ae..829ce48c5 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -356,6 +356,8 @@ s,@LN_S@,$(LN_S),;t t
s,@SET_MAKE@,$(SET_MAKE),;t t
s,@CP@,copy > nul,;t t
s,@INSTALL@,copy > nul,;t t
+s,@INSTALL_PROG@,$$(INSTALL),;t t
+s,@INSTALL_DATA@,$$(INSTALL),;t t
s,@LIBOBJS@, acosh.obj crypt.obj erf.obj win32.obj isinf.obj isnan.obj,;t t
s,@ALLOCA@,$(ALLOCA),;t t
s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t