diff options
author | Ian Lynagh <igloo@earth.li> | 2009-10-13 12:18:46 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-10-13 12:18:46 +0000 |
commit | 04a88067070d6f58a540d4e34e10d9a007308580 (patch) | |
tree | 3f6f7e70707122658a12db8d601e1af5010e39cb /testsuite | |
parent | 47f234c540f269a5fca0a65a8f00fb33a8235055 (diff) | |
download | haskell-04a88067070d6f58a540d4e34e10d9a007308580.tar.gz |
Switch back to a BIN_ROOT definition that works on all platforms
provided there are no spaces in the path
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/mk/boilerplate.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/mk/boilerplate.mk b/testsuite/mk/boilerplate.mk index 4623a6842c..abfaf0b68c 100644 --- a/testsuite/mk/boilerplate.mk +++ b/testsuite/mk/boilerplate.mk @@ -80,7 +80,7 @@ endif endif -BIN_ROOT = $(TEST_HC)/.. +BIN_ROOT = $(dir $(TEST_HC)) ifeq "$(GHC_PKG)" "" GHC_PKG := $(BIN_ROOT)/ghc-pkg |