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

[project @ 1999-10-15 08:56:46 by simonmar]

set $(HC) to the inplace ghc driver script.
parent 96478de5
No related merge requests found
......@@ -468,7 +468,7 @@ HSTAGS_PREFIX = $(FPTOOLS_TOP)/ghc/utils/hstags/
# Haskell compiler and mkdependHS
# ToDo: $(HC) should be a local installation of some Haskell compiler
HC = $(FPTOOLS_TOP)/ghc/driver/ghc
HC = $(FPTOOLS_TOP)/ghc/driver/ghc-inplace
MKDEPENDHS = $(HC)
#-----------------------------------------------------------------------------
......
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