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

[project @ 1999-12-07 15:49:52 by simonmar]

Now that $(GHC) means an installed copy of ghc, use $(GHC_INPLACE) to
refer to the ghc in the build tree.
parent 15ce62ca
No related merge requests found
......@@ -18,7 +18,7 @@ else
SUBDIRS=
endif
HC = $(GHC)
HC = $(GHC_INPLACE)
#-----------------------------------------------------------------------------
# Setting the standard variables
......
# $Id: Makefile,v 1.10 1999/12/04 15:17:42 panne Exp $
# $Id: Makefile,v 1.11 1999/12/07 15:49:53 simonmar Exp $
TOP = ../../..
include $(TOP)/mk/boilerplate.mk
......@@ -36,7 +36,7 @@ SRC_BLD_DLL_OPTS += -lwinmm -lwsock32 -lHSrts_imp -lgmp -L. -L../../../rts/gmp -
#
# Compile the files using the Haskell compiler (ghc really).
#
CC=$(GHC)
CC=$(GHC_INPLACE)
SRC_MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR)
......
......@@ -43,7 +43,7 @@ GHC_INCLUDE_DIR = $(TOP)/includes
GHC_UTILS_DIR = $(TOP)/utils
GHC_INTERPRETER_DIR = $(TOP)/interpreter
GHC = $(GHC_DRIVER_DIR)/ghc-inplace
GHC_INPLACE = $(GHC_DRIVER_DIR)/ghc-inplace
GHC_HSCPP_DIR = $(GHC_UTILS_DIR)/hscpp
GHC_HSCPP = $(GHC_HSCPP_DIR)/hscpp
GHC_MKDEPENDHS_DIR = $(GHC_UTILS_DIR)/mkdependHS
......
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