Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
e50a36b1
Commit
e50a36b1
authored
Jun 14, 2001
by
simonmar
Browse files
[project @ 2001-06-14 13:29:30 by simonmar]
fix typo in Simon's commit (cGHC_RAWCPP ==> GHC_RAWCPP)
parent
16d5d1c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/mk/paths.mk
View file @
e50a36b1
# -----------------------------------------------------------------------------
# $Id: paths.mk,v 1.3
2
2001/06/14 1
2:50:07
simon
pj
Exp $
# $Id: paths.mk,v 1.3
3
2001/06/14 1
3:29:30
simon
mar
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)
c
GHC_RAWCPP
=
$(
subst
-mwin32
,,
$(RAWCPP)
)
GHC_RAWCPP
=
$(
subst
-mwin32
,,
$(RAWCPP)
)
# Don't know why we do this...
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment