diff options
author | simonmar <unknown> | 2001-06-14 13:29:30 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-06-14 13:29:30 +0000 |
commit | e50a36b1795b7820871c05d8291181d0b329f591 (patch) | |
tree | 4ce25372db5b79bd81f564debaf93a6214b50935 /ghc/mk | |
parent | 16d5d1c75c999677783c9c1bda519540fa9a6e58 (diff) | |
download | haskell-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.mk | 4 |
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 |