From 09ecdcb51ceef7ce644d6f1be5bde3075681b58c Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 6 Oct 2006 00:59:09 +0000 Subject: * {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 --- bcc32/Makefile.sub | 3 --- 1 file changed, 3 deletions(-) (limited to 'bcc32') 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 -- cgit