From 19e299bbfa64f239999c23baa7fe42530a157393 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 17 Jun 2009 12:18:06 +0000 Subject: [PATCH] Set DELETE_ON_ERROR in ghc.mk --- ghc.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc.mk b/ghc.mk index d94875b..b6f0267 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: + -- 1.7.10.4