Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
ee6fc808
Commit
ee6fc808
authored
Nov 07, 2009
by
Ian Lynagh
Browse files
Fix finding GHC on cygwin
parent
8ddad5bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/mk/boilerplate.mk
View file @
ee6fc808
...
...
@@ -96,6 +96,7 @@ ifeq "$(HPC)" ""
HPC
:=
$(BIN_ROOT)
/hpc
endif
$(eval
$(call
canonicaliseExecutable,TEST_HC))
ifeq
"$(shell test -e '$(TEST_HC)' && echo exists)" ""
$(error Cannot find ghc
:
$(TEST_HC))
endif
...
...
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