diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-29 20:17:57 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-29 20:17:57 +0000 |
commit | 061514159125d2398e961450d8a03e795f7cd5f1 (patch) | |
tree | df884b8cfbbf3ca5547b3acf307cc81e074ec945 /testsuite/timeout | |
parent | 16ece0cc4b565b8ec2f1535e0dfad7e0f67d97ae (diff) | |
download | haskell-061514159125d2398e961450d8a03e795f7cd5f1.tar.gz |
Don't fail when cleaning if cabal-bin doesn't exist
Diffstat (limited to 'testsuite/timeout')
-rw-r--r-- | testsuite/timeout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/timeout/Makefile b/testsuite/timeout/Makefile index 7accd59426..b9f87fe746 100644 --- a/testsuite/timeout/Makefile +++ b/testsuite/timeout/Makefile @@ -30,7 +30,7 @@ calibrate.out: # interested in clean distclean: - $(CABAL) clean + -$(CABAL) clean $(RM) -rf install-inplace $(RM) -f calibrate.out |