Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
97d52dd7
Commit
97d52dd7
authored
Mar 24, 2010
by
Ian Lynagh
Browse files
Remove unused cUSER_WAY_NAMES cUSER_WAY_OPTS
parent
f3c4dc2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/ghc.mk
View file @
97d52dd7
...
...
@@ -111,10 +111,6 @@ $(compiler_CONFIG_HS) : mk/config.mk mk/project.mk
@
echo
"cGHC_SYSMAN_DIR =
\"
$(GHC_SYSMAN_DIR)
\"
"
>>
$@
@
echo
"cGHC_PERL :: String"
>>
$@
@
echo
"cGHC_PERL =
\"
$(GHC_PERL)
\"
"
>>
$@
@
echo
"cUSER_WAY_NAMES :: String"
>>
$@
@
echo
"cUSER_WAY_NAMES =
\"
$(USER_WAY_NAMES)
\"
"
>>
$@
@
echo
"cUSER_WAY_OPTS :: String"
>>
$@
@
echo
"cUSER_WAY_OPTS =
\"
$(USER_WAY_OPTS)
\"
"
>>
$@
@
echo
"cDEFAULT_TMPDIR :: String"
>>
$@
@
echo
"cDEFAULT_TMPDIR =
\"
$(DEFAULT_TMPDIR)
\"
"
>>
$@
@
echo
"cRelocatableBuild :: Bool"
>>
$@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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