summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-10 14:41:18 +0000
committerIan Lynagh <igloo@earth.li>2008-08-10 14:41:18 +0000
commite6d754fa58e9ba2f6d990c4975f474615592a9c9 (patch)
tree69979ee0d016135792d865ab752a2dee0ee46207 /Makefile
parente025ddc95451375afd3110ee502a1638cbc75a1b (diff)
downloadhaskell-e6d754fa58e9ba2f6d990c4975f474615592a9c9.tar.gz
Remove inplace-datadir when cleaning
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b48cdca43b..157fd31482 100644
--- a/Makefile
+++ b/Makefile
@@ -610,6 +610,9 @@ extraclean::
$(RM) -rf autom4te.cache
clean distclean ::
+ $(RM) -rf inplace-datadir
+
+clean distclean ::
$(MAKE) -C bindisttest $@
if test -d testsuite; then $(MAKE) -C testsuite $@; fi