Skip to content
Snippets Groups Projects
Commit 59e8e34e authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 1999-12-29 14:28:48 by simonpj]

Set MKDEPENDHS to $(HC) instead of $(GHC).
This means that dependencies will be computed with the same
compiler as compilations, which is presumably the right thing.
parent 3ccf4931
No related merge requests found
......@@ -506,7 +506,7 @@ HBC = @HBC@
NHC = @NHC@
HC = @WithHc@
MKDEPENDHS = $(GHC)
MKDEPENDHS = $(HC)
# Sometimes we want to invoke ghc from the build tree in different
# projects (eg. it's handy to have a nofib & a ghc build in the same
......@@ -720,6 +720,7 @@ HSTAGS = $(HSTAGS_PREFIX)hstags
# The ways currently defined.
#
ALL_WAYS=p t u s mp mg a b c d e f g h i j k l m n o A B
USER_WAYS=a b c d e f g h i j k l m n o A B
#
# The following ways currently have treated specially, p u t mg,
......
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