X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fpaths.mk;fp=ghc%2Fmk%2Fpaths.mk;h=f9dd98b0cd38f0a015da5bf258bf6d019658232a;hb=d65574ab3852a0d5b66358f71ae1e34dfcc606c9;hp=5012d8a4e443b2af40455791eb1f025c8bd9293f;hpb=90fdf6fe22eebb4140f0b26bf138be6fdad43198;p=ghc-hetmet.git diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk index 5012d8a..f9dd98b 100644 --- a/ghc/mk/paths.mk +++ b/ghc/mk/paths.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: paths.mk,v 1.34 2001/06/27 13:16:59 rrt Exp $ +# $Id: paths.mk,v 1.35 2001/07/05 13:31:09 sewardj Exp $ # # ghc project specific make variables # @@ -54,15 +54,12 @@ ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" GHC_CP = "xcopy /y" GHC_PERL = perl GHC_TOUCHY = touchy$(EXE_SUFFIX) -GHC_RAWCPP = $(subst -mwin32,,$(RAWCPP)) -# Don't know why we do this... else GHC_CP = $(CP) GHC_PERL = $(PERL) GHC_TOUCHY = touch -GHC_RAWCPP = $(RAWCPP) endif