summaryrefslogtreecommitdiff
path: root/ghc/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-22 17:05:42 +0000
committerIan Lynagh <igloo@earth.li>2008-07-22 17:05:42 +0000
commit23d0490b666739ae487644dabee1474a38db60f9 (patch)
treea741a6603e95f8716fd6c443c4e6446c36683fba /ghc/Makefile
parent1c115be18561a6537ae8860a50ca9564960500dd (diff)
downloadhaskell-23d0490b666739ae487644dabee1474a38db60f9.tar.gz
Clean stage 3
Diffstat (limited to 'ghc/Makefile')
-rw-r--r--ghc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/Makefile b/ghc/Makefile
index 4ee970cd65..fba3e9f00e 100644
--- a/ghc/Makefile
+++ b/ghc/Makefile
@@ -29,8 +29,10 @@ stage3 ::
clean distclean::
-$(CABAL) clean --distpref dist-stage1
-$(CABAL) clean --distpref dist-stage2
+ -$(CABAL) clean --distpref dist-stage3
$(RM) -rf stage1-inplace
$(RM) -rf stage2-inplace
+ $(RM) -rf stage3-inplace
# XXX This should be defined somewhere more central
INPLACE_DATA_DIR = $(FPTOOLS_TOP_ABS)/inplace-datadir