summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins
diff options
context:
space:
mode:
authorPaolo Capriotti <p.capriotti@gmail.com>2012-06-27 18:29:08 +0100
committerPaolo Capriotti <p.capriotti@gmail.com>2012-06-27 18:30:52 +0100
commit1c595c00c737e6a80b3101c01c2d330c7d545488 (patch)
tree0daede24d8780813bd3dbcac4bd18b60d5d61add /testsuite/tests/plugins
parent02a343c8593aedd795817bdd92aea28d70ecf56d (diff)
downloadhaskell-1c595c00c737e6a80b3101c01c2d330c7d545488.tar.gz
Fix cleanup for some tests.
Diffstat (limited to 'testsuite/tests/plugins')
-rw-r--r--testsuite/tests/plugins/simple-plugin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/simple-plugin/Makefile b/testsuite/tests/plugins/simple-plugin/Makefile
index 73a7e33842..5bbac56aaf 100644
--- a/testsuite/tests/plugins/simple-plugin/Makefile
+++ b/testsuite/tests/plugins/simple-plugin/Makefile
@@ -6,10 +6,11 @@ LOCAL_PKGCONF=local.package.conf
PKG_NAME=simple-plugin
clean:
- rm setup
+ rm -f setup
rm -f $(LOCAL_PKGCONF)
rm -rf dist
rm -rf install
+ rm -f Setup.hi Setup.o
PREFIX := $(abspath install)
$(eval $(call canonicalise,PREFIX))