From cf219858a8c841d981148a4042049a4a909420ab Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 9 Jan 2009 15:22:32 +0000 Subject: Fix timeout's clean target --- testsuite/timeout/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/timeout') 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 -- cgit v1.2.1