Mostly fix Trac #2431: make empty case acceptable to (most of) GHC
[ghc-hetmet.git] / Makefile
index b48cdca..157fd31 100644 (file)
--- 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