summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-06-17 12:18:06 +0000
committerIan Lynagh <igloo@earth.li>2009-06-17 12:18:06 +0000
commit19e299bbfa64f239999c23baa7fe42530a157393 (patch)
treec2ee367078820460112de63d338d98ba6255c527
parent479829c435d1b19ac8e132dce40fd42ab63654f9 (diff)
downloadhaskell-19e299bbfa64f239999c23baa7fe42530a157393.tar.gz
Set DELETE_ON_ERROR in ghc.mk
-rw-r--r--ghc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index d94875be38..b6f0267da4 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -948,3 +948,5 @@ bootstrapping-files: includes/ghcautoconf.h
bootstrapping-files: includes/DerivedConstants.h
bootstrapping-files: includes/GHCConstants.h
+.DELETE_ON_ERROR:
+