diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-11 07:19:28 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-11 07:19:28 +0000 |
commit | 7554dd13468b105faec11f5d8ffef4499381c59d (patch) | |
tree | b0024ff2934773ace47d21e9950cbbcd58e25e23 /bcc32 | |
parent | 2db98d937aa31ae832896e55b3293eea2c9204f3 (diff) | |
download | bundler-7554dd13468b105faec11f5d8ffef4499381c59d.tar.gz |
* Makefile.in, */Makefile.sub (CP, MV): added.
* common.mk (.y.c): not discard the old target until successfully
created.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r-- | bcc32/Makefile.sub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index c79e586402..971b62c297 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -67,6 +67,8 @@ BASERUBY = ruby PURIFY = AUTOCONF = autoconf RM = $(srcdir:/=\)\win32\rm.bat +CP = copy > nul +MV = ren > nul !if !defined(PROCESSOR_ARCHITECTURE) PROCESSOR_ARCHITECTURE = x86 |