summaryrefslogtreecommitdiff
path: root/ghc/mk
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-06-14 13:29:30 +0000
committersimonmar <unknown>2001-06-14 13:29:30 +0000
commite50a36b1795b7820871c05d8291181d0b329f591 (patch)
tree4ce25372db5b79bd81f564debaf93a6214b50935 /ghc/mk
parent16d5d1c75c999677783c9c1bda519540fa9a6e58 (diff)
downloadhaskell-e50a36b1795b7820871c05d8291181d0b329f591.tar.gz
[project @ 2001-06-14 13:29:30 by simonmar]
fix typo in Simon's commit (cGHC_RAWCPP ==> GHC_RAWCPP)
Diffstat (limited to 'ghc/mk')
-rw-r--r--ghc/mk/paths.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk
index 5f6db64c6a..46d94b3546 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