diff options
Diffstat (limited to 'testsuite/timeout')
-rw-r--r-- | testsuite/timeout/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/timeout/Makefile b/testsuite/timeout/Makefile index be7023a8b1..5b6e166040 100644 --- a/testsuite/timeout/Makefile +++ b/testsuite/timeout/Makefile @@ -32,6 +32,7 @@ $(TIMEOUT_PROGRAM): timeout.hs $(TEST_HC) --make Setup ./Setup configure --with-compiler=$(TEST_HC) \ --with-hc-pkg=$(GHC_PKG) \ + --with-hsc2hs=$(HSC2HS) \ $(WITH_GCC) \ --ghc-option=-threaded --prefix=$(PREFIX) ./Setup build |