diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-16 16:56:11 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-16 16:56:11 +0100 |
commit | 9e5f86a17fcc4ce41f3e662898df2bae00ad88e9 (patch) | |
tree | 3222c485bb7e6c6183e68aaad22465a50f5066ad /testsuite/tests | |
parent | a595130f3291141f4fb2df6ae174a6bde8b2edab (diff) | |
download | haskell-9e5f86a17fcc4ce41f3e662898df2bae00ad88e9.tar.gz |
Fix apirecomp001 with dynamic GHC
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/ghc-api/apirecomp001/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-api/apirecomp001/Makefile b/testsuite/tests/ghc-api/apirecomp001/Makefile index e2b88c8e51..8cb820597b 100644 --- a/testsuite/tests/ghc-api/apirecomp001/Makefile +++ b/testsuite/tests/ghc-api/apirecomp001/Makefile @@ -6,6 +6,6 @@ clean: rm -f *.o *.hi apirecomp001: clean - '$(TEST_HC)' $(TEST_HC_OPTS) --make -v0 -package ghc myghc.hs + '$(TEST_HC)' $(TEST_HC_OPTS) $(ghciWayFlags) --make -v0 -package ghc myghc.hs ./myghc "`'$(TEST_HC)' $(TEST_HC_OPTS) --print-libdir | tr -d '\r'`" |