diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-07-11 13:53:42 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-07-11 13:53:42 +0000 |
commit | c63d2de214029fbcd8e3e63d2fdf8d36dc6926ad (patch) | |
tree | b80b968ead40764f9393f26489a0940075b60dbf /testsuite/timeout/Makefile | |
parent | 6bc071ea26fbea596cb43a4c727e0281ee68e1fb (diff) | |
download | haskell-c63d2de214029fbcd8e3e63d2fdf8d36dc6926ad.tar.gz |
FIX boottestsuite build failure
Diffstat (limited to 'testsuite/timeout/Makefile')
-rw-r--r-- | testsuite/timeout/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/timeout/Makefile b/testsuite/timeout/Makefile index 6b15adda07..64c2ec7ae4 100644 --- a/testsuite/timeout/Makefile +++ b/testsuite/timeout/Makefile @@ -2,7 +2,10 @@ TOP = .. include $(TOP)/mk/boilerplate.mk HC = $(GHC_INPLACE) +# These are required to stop the build system adding -package-conf +# bootstrapping.mk, which only makes sense when $(HC)==$(GHC) BOOTSTRAPPING_PACKAGE_CONF_HC_OPTS= +BOOTSTRAPPING_PACKAGE_CONF_MKDEPENDHS_OPTS= MKDEPENDHS = $(GHC_INPLACE) SRC_HC_OPTS += -threaded |