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
0e69b830
Commit
0e69b830
authored
Jul 19, 2008
by
Ian Lynagh
Browse files
Use the right ghc-pkg program
parent
497e9f54
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/mk/test.mk
View file @
0e69b830
...
...
@@ -30,7 +30,6 @@ endif
export
MAKE
# ghastly hack, because the driver requires that $tool be an absolute path name.
GHC_PKG_ABS
=
$(GHC_PKG_DIR_ABS)
/ghc-pkg-inplace
HP2PS_ABS
=
$(GHC_HP2PS_DIR_ABS)
/hp2ps
GS
=
gs
...
...
@@ -46,7 +45,7 @@ else
TEST_HC
=
$(GHC_STAGE2)
endif
GHC_PKG
=
$(GHC_PKG_
ABS
)
GHC_PKG
=
$(GHC_PKG_
INPLACE
)
RUNTEST_OPTS
=
...
...
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