From: Ian Lynagh Date: Sun, 10 Aug 2008 14:41:18 +0000 (+0000) Subject: Remove inplace-datadir when cleaning X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e6d754fa58e9ba2f6d990c4975f474615592a9c9 Remove inplace-datadir when cleaning --- diff --git a/Makefile b/Makefile index b48cdca..157fd31 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