diff options
author | Ian Lynagh <igloo@earth.li> | 2009-06-17 12:18:06 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-06-17 12:18:06 +0000 |
commit | 19e299bbfa64f239999c23baa7fe42530a157393 (patch) | |
tree | c2ee367078820460112de63d338d98ba6255c527 | |
parent | 479829c435d1b19ac8e132dce40fd42ab63654f9 (diff) | |
download | haskell-19e299bbfa64f239999c23baa7fe42530a157393.tar.gz |
Set DELETE_ON_ERROR in ghc.mk
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -948,3 +948,5 @@ bootstrapping-files: includes/ghcautoconf.h bootstrapping-files: includes/DerivedConstants.h bootstrapping-files: includes/GHCConstants.h +.DELETE_ON_ERROR: + |