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
Shayne Fletcher
Glasgow Haskell Compiler
Commits
b7c838d7
Commit
b7c838d7
authored
Dec 09, 1999
by
simonmar
Browse files
[project @ 1999-12-09 14:40:07 by simonmar]
eliminate recursive defn: HC <--> WithGhcHc
parent
39262efa
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
b7c838d7
...
...
@@ -147,7 +147,7 @@ IncludeTestDirsInBuild=NO
# HC_ROJEMO_NHC
# HC_UNSPECIFIED
WithGhcHc =
$(HC)
WithGhcHc =
@WithHc@
# Variable which is set to the version number of the $(WithGhcHc) we're using.
# Not currently used, but might come in handy sometime soon.
...
...
@@ -281,7 +281,7 @@ HaveLibReadline=@HaveLibReadline@
################################################################################
# The compiler you'd like to use to compile Happy
WithHappyHc =
$(HC)
WithHappyHc =
@WithHc@
# HappyHcOpts gives the flags to pass to the Haskell compiler used
# to compile the Happy sources with.
...
...
@@ -502,7 +502,7 @@ GHC = @GHC@
HBC = @HBC@
NHC = @NHC@
HC
= @WithHc@
HC
= @WithHc@
MKDEPENDHS = $(GHC)
# Sometimes we want to invoke ghc from the build tree in different
...
...
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