diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-13 14:44:59 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-13 14:44:59 +0000 |
commit | 487b9cf9cc552193896d11eb9738475931ab0bf6 (patch) | |
tree | 9bd0e835fcee4ef1d02bb38590755a3c8a098e80 /win32/Makefile.sub | |
parent | 8c19de137067b568c334cda092378e6e202d0443 (diff) | |
download | ruby-487b9cf9cc552193896d11eb9738475931ab0bf6.tar.gz ruby-487b9cf9cc552193896d11eb9738475931ab0bf6.tar.xz ruby-487b9cf9cc552193896d11eb9738475931ab0bf6.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/trunk@8451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 3254f9214..660edd3a4 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -361,6 +361,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,;t t s,@ALLOCA@,$(ALLOCA),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t |