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
Glasgow Haskell Compiler
GHC
Commits
13fef465
Commit
13fef465
authored
Jan 09, 2009
by
Ian Lynagh
Browse files
When checking programs exists, check prog.exe too
parent
476e8ef5
Changes
1
Show whitespace changes
Inline
Side-by-side
testsuite/mk/boilerplate.mk
View file @
13fef465
...
@@ -91,15 +91,15 @@ ifeq "$(HP2PS_ABS)" ""
...
@@ -91,15 +91,15 @@ ifeq "$(HP2PS_ABS)" ""
HP2PS_ABS
:=
$(
dir
$(TEST_HC)
)
/hp2ps
HP2PS_ABS
:=
$(
dir
$(TEST_HC)
)
/hp2ps
endif
endif
ifeq
"$(wildcard $(TEST_HC))" ""
ifeq
"$(wildcard $(TEST_HC)
$(TEST_HC).exe
)" ""
$(error Cannot find ghc
:
$(TEST_HC))
$(error Cannot find ghc
:
$(TEST_HC))
endif
endif
ifeq
"$(wildcard $(GHC_PKG))" ""
ifeq
"$(wildcard $(GHC_PKG)
$(GHC_PKG).exe
)" ""
$(error Cannot find ghc-pkg
:
$(GHC_PKG))
$(error Cannot find ghc-pkg
:
$(GHC_PKG))
endif
endif
ifeq
"$(wildcard $(HP2PS_ABS))" ""
ifeq
"$(wildcard $(HP2PS_ABS)
$(HP2PS_ABS).exe
)" ""
$(error Cannot find hp2ps
:
$(HP2PS_ABS))
$(error Cannot find hp2ps
:
$(HP2PS_ABS))
endif
endif
...
...
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