Subject: [commit: testsuite] master: Follow change in bindisttest install directory name (d3479d6) Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/d3479d6c57a75eb8a903bff7dbe125f1f49fcea2 >--------------------------------------------------------------- commit d3479d6c57a75eb8a903bff7dbe125f1f49fcea2 Author: Ian Lynagh <igloo@xxxxxxxx> Date: Tue Feb 21 21:38:57 2012 +0000 Follow change in bindisttest install directory name >--------------------------------------------------------------- mk/boilerplate.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mk/boilerplate.mk b/mk/boilerplate.mk index 74f2edc..e33f26e 100644 --- a/mk/boilerplate.mk +++ b/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" _______________________________________________ Cvs-ghc mailing list Cvs-ghc@xxxxxxxxxxx http://www.haskell.org/mailman/listinfo/cvs-ghc |