diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-05-14 12:56:07 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-05-14 12:56:07 +0000 |
commit | 72c6f3d2d4e8bb967be5b2b4d76c6c23a5d1cefb (patch) | |
tree | f7e84df8225c657e9b161509b4d71d3dfdfd002c /testsuite/timeout | |
parent | f814b722039d2039e03ab9dca9ae09df2fb6ae7a (diff) | |
download | haskell-72c6f3d2d4e8bb967be5b2b4d76c6c23a5d1cefb.tar.gz |
make maintainer-clean work
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 5b6e166040..44c3304c77 100644 --- a/testsuite/timeout/Makefile +++ b/testsuite/timeout/Makefile @@ -52,7 +52,7 @@ calibrate.out: endif endif -clean distclean: +clean distclean maintainer-clean: -./Setup clean $(RM) -rf install-inplace $(RM) -f calibrate.out |