diff options
author | Ian Lynagh <igloo@earth.li> | 2012-02-21 21:38:57 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-02-21 21:38:57 +0000 |
commit | ac780dfeade6363bb7b4c1081dae32c62c91bac6 (patch) | |
tree | ccdbfcef480d19058cc1c4e8c113548025451d95 /testsuite/mk/boilerplate.mk | |
parent | 5f3b4ddb6b7ea6b83fbc21c1a8f93b653d70dbfd (diff) | |
download | haskell-ac780dfeade6363bb7b4c1081dae32c62c91bac6.tar.gz |
Follow change in bindisttest install directory name
Diffstat (limited to 'testsuite/mk/boilerplate.mk')
-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 74f2edcda2..e33f26ef69 100644 --- a/testsuite/mk/boilerplate.mk +++ b/testsuite/mk/boilerplate.mk @@ -45,7 +45,7 @@ ifneq "$(wildcard $(STAGE1_GHC) $(STAGE1_GHC).exe)" "" IN_TREE_COMPILER = YES ifeq "$(BINDIST)" "YES" -TEST_HC := $(abspath $(TOP)/../)/bindisttest/install dir/bin/ghc +TEST_HC := $(abspath $(TOP)/../)/bindisttest/install dir/bin/ghc else ifeq "$(stage)" "1" TEST_HC := $(STAGE1_GHC) else ifeq "$(stage)" "3" |