From: rrt Date: Wed, 27 Jun 2001 13:16:59 +0000 (+0000) Subject: [project @ 2001-06-27 13:16:59 by rrt] X-Git-Tag: Approximately_9120_patches~1692 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6c90d8954f702b784e450905cc657df271312479;p=ghc-hetmet.git [project @ 2001-06-27 13:16:59 by rrt] use xcopy, as copy is a cmd.exe built-in --- 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))