From: simonmar Date: Thu, 14 Jun 2001 13:29:30 +0000 (+0000) Subject: [project @ 2001-06-14 13:29:30 by simonmar] X-Git-Tag: Approximately_9120_patches~1758 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e50a36b1795b7820871c05d8291181d0b329f591;p=ghc-hetmet.git [project @ 2001-06-14 13:29:30 by simonmar] fix typo in Simon's commit (cGHC_RAWCPP ==> GHC_RAWCPP) --- diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk index 5f6db64..46d94b3 100644 --- a/ghc/mk/paths.mk +++ b/ghc/mk/paths.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: paths.mk,v 1.32 2001/06/14 12:50:07 simonpj Exp $ +# $Id: paths.mk,v 1.33 2001/06/14 13:29:30 simonmar Exp $ # # ghc project specific make variables # @@ -54,7 +54,7 @@ ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" GHC_CP = "copy /y" GHC_PERL = perl GHC_TOUCHY = touchy$(EXE_SUFFIX) -cGHC_RAWCPP = $(subst -mwin32,,$(RAWCPP)) +GHC_RAWCPP = $(subst -mwin32,,$(RAWCPP)) # Don't know why we do this... else