Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
ec8743aa
Commit
ec8743aa
authored
Jun 14, 2000
by
simonmar
Browse files
[project @ 2000-06-14 13:14:42 by simonmar]
don't use $(WithGhcHc) to build the driver, use $(HC) instead.
parent
ac76eb75
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/Makefile
View file @
ec8743aa
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.3
4
2000/06/14 1
1:07
:4
7
simonmar Exp $
# $Id: Makefile,v 1.3
5
2000/06/14 1
3:14
:4
2
simonmar Exp $
#
TOP
=
..
CURRENT_DIR
=
ghc/driver
include
$(TOP)/mk/boilerplate.mk
ifneq
"$(GhcWithHscBuiltViaC)" "YES"
HC
=
$(WithGhcHc)
else
ifeq
"$(GhcWithHscBuiltViaC)" "YES"
HC
=
$(GHC_INPLACE)
endif
...
...
Write
Preview
Markdown
is supported
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