Set DELETE_ON_ERROR in ghc.mk
authorIan Lynagh <igloo@earth.li>
Wed, 17 Jun 2009 12:18:06 +0000 (12:18 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 17 Jun 2009 12:18:06 +0000 (12:18 +0000)
ghc.mk

diff --git a/ghc.mk b/ghc.mk
index d94875b..b6f0267 100644 (file)
--- 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
 
 bootstrapping-files: includes/DerivedConstants.h
 bootstrapping-files: includes/GHCConstants.h
 
+.DELETE_ON_ERROR:
+