diff options
author | Ian Lynagh <igloo@earth.li> | 2009-01-09 15:22:32 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-01-09 15:22:32 +0000 |
commit | cf219858a8c841d981148a4042049a4a909420ab (patch) | |
tree | 2a728ccdcc9fff62b0318d69e7c27c15151b1a2f /testsuite/timeout | |
parent | f192a2544d0ce566543664324858106a8f0878dd (diff) | |
download | haskell-cf219858a8c841d981148a4042049a4a909420ab.tar.gz |
Fix timeout's clean target
Diffstat (limited to 'testsuite/timeout')
-rw-r--r-- | testsuite/timeout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/timeout/Makefile b/testsuite/timeout/Makefile index 6277009dbf..044e52c68f 100644 --- a/testsuite/timeout/Makefile +++ b/testsuite/timeout/Makefile @@ -31,7 +31,8 @@ calibrate.out: # interested in clean distclean: - -$(CABAL) clean + -./Setup clean $(RM) -rf install-inplace $(RM) -f calibrate.out + $(RM) -f Setup Setup.exe Setup.hi Setup.o |