summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghc-api/apirecomp001/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/ghc-api/apirecomp001/Makefile')
-rw-r--r--testsuite/tests/ghc-regress/ghc-api/apirecomp001/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuite/tests/ghc-regress/ghc-api/apirecomp001/Makefile b/testsuite/tests/ghc-regress/ghc-api/apirecomp001/Makefile
deleted file mode 100644
index c6a2dc70d8..0000000000
--- a/testsuite/tests/ghc-regress/ghc-api/apirecomp001/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-TOP=../../../..
-include $(TOP)/mk/boilerplate.mk
-include $(TOP)/mk/test.mk
-
-clean:
- rm -f *.o *.hi
-
-apirecomp001: clean
- '$(TEST_HC)' $(TEST_HC_OPTS) --make -v0 -package ghc myghc.hs
- ./myghc "`'$(TEST_HC)' $(TEST_HC_OPTS) --print-libdir | tr -d '\r'`"
-