Remove install-inplace directories when cleaning
authorIan Lynagh <igloo@earth.li>
Thu, 28 Aug 2008 22:17:01 +0000 (22:17 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 28 Aug 2008 22:17:01 +0000 (22:17 +0000)
mk/cabal.mk

index efd75e2..3d525d7 100644 (file)
@@ -56,6 +56,7 @@ install:
 clean:
        -$(CABAL) clean --distpref dist-inplace
        -$(CABAL) clean --distpref dist-install
 clean:
        -$(CABAL) clean --distpref dist-inplace
        -$(CABAL) clean --distpref dist-install
+       $(RM) -rf install-inplace
 ifneq "$(EXTRA_CLEAN)" ""
        $(RM) -f $(EXTRA_CLEAN)
 endif
 ifneq "$(EXTRA_CLEAN)" ""
        $(RM) -f $(EXTRA_CLEAN)
 endif