From: Ian Lynagh Date: Thu, 28 Aug 2008 22:17:01 +0000 (+0000) Subject: Remove install-inplace directories when cleaning X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=fb0a3438b4a3c3df99cbe35baab7da97150d41cd Remove install-inplace directories when cleaning --- diff --git a/mk/cabal.mk b/mk/cabal.mk index efd75e2..3d525d7 100644 --- a/mk/cabal.mk +++ b/mk/cabal.mk @@ -56,6 +56,7 @@ install: clean: -$(CABAL) clean --distpref dist-inplace -$(CABAL) clean --distpref dist-install + $(RM) -rf install-inplace ifneq "$(EXTRA_CLEAN)" "" $(RM) -f $(EXTRA_CLEAN) endif