diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-06 00:59:09 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-06 00:59:09 +0000 |
| commit | 09ecdcb51ceef7ce644d6f1be5bde3075681b58c (patch) | |
| tree | 807f5be28d9f814977ea491faaa851fd230ef5b1 | |
| parent | 1edf94eec53f2cc8c7661e01997e1c1869d9eac0 (diff) | |
| download | ruby-09ecdcb51ceef7ce644d6f1be5bde3075681b58c.tar.gz ruby-09ecdcb51ceef7ce644d6f1be5bde3075681b58c.tar.xz ruby-09ecdcb51ceef7ce644d6f1be5bde3075681b58c.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/trunk@11098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | bcc32/Makefile.sub | 3 | ||||
| -rw-r--r-- | win32/Makefile.sub | 3 | ||||
| -rw-r--r-- | wince/Makefile.sub | 3 |
4 files changed, 5 insertions, 9 deletions
@@ -1,3 +1,8 @@ +Fri Oct 6 09:56:31 2006 NAKAMURA Usaku <usa@ruby-lang.org> + + * {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use + copy command instead of install. use -run install. + Fri Oct 6 06:53:46 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (rb_yield_0): small refactoring. diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index c308fdd44..c7d3a794f 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -349,9 +349,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,;t t s,@ALLOCA@,$(ALLOCA),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 83c635f4a..2f798bd05 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -399,9 +399,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,;t t s,@ALLOCA@,$(ALLOCA),;t t s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t diff --git a/wince/Makefile.sub b/wince/Makefile.sub index e17348c33..17d382542 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -366,9 +366,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 |
