summaryrefslogtreecommitdiffstats
path: root/wince
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-10 08:25:32 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-10 08:25:32 +0000
commitba6623c2f18d7f6e3aa9b4142fd6cb0c64ed0875 (patch)
tree97475d7d1873eb8d5e6ee72ef608be35d2cff60c /wince
parent6cd4c1357b04d7110341305e2aaa6061596968ae (diff)
downloadruby-ba6623c2f18d7f6e3aa9b4142fd6cb0c64ed0875.tar.gz
ruby-ba6623c2f18d7f6e3aa9b4142fd6cb0c64ed0875.tar.xz
ruby-ba6623c2f18d7f6e3aa9b4142fd6cb0c64ed0875.zip
* {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use
copy command instead of install. use -run install. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
-rw-r--r--wince/Makefile.sub3
1 files changed, 0 insertions, 3 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index adc394337..dafaafbe6 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -355,9 +355,6 @@ s,@ARFLAGS@,$(ARFLAGS),;t t
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