Skip to content
Snippets Groups Projects
Commit ec8743aa authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-06-14 13:14:42 by simonmar]

don't use $(WithGhcHc) to build the driver, use $(HC) instead.
parent ac76eb75
No related merge requests found
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.34 2000/06/14 11:07:47 simonmar Exp $
# $Id: Makefile,v 1.35 2000/06/14 13:14:42 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment