From 6c90d8954f702b784e450905cc657df271312479 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 27 Jun 2001 13:16:59 +0000 Subject: [PATCH] [project @ 2001-06-27 13:16:59 by rrt] use xcopy, as copy is a cmd.exe built-in --- ghc/mk/paths.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk index 46d94b3..5012d8a 100644 --- a/ghc/mk/paths.mk +++ b/ghc/mk/paths.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: paths.mk,v 1.33 2001/06/14 13:29:30 simonmar Exp $ +# $Id: paths.mk,v 1.34 2001/06/27 13:16:59 rrt Exp $ # # ghc project specific make variables # @@ -51,7 +51,7 @@ GHC_SYSMAN_DIR = $(GHC_RUNTIME_DIR)/parallel ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" -GHC_CP = "copy /y" +GHC_CP = "xcopy /y" GHC_PERL = perl GHC_TOUCHY = touchy$(EXE_SUFFIX) GHC_RAWCPP = $(subst -mwin32,,$(RAWCPP)) -- 1.7.10.4