summaryrefslogtreecommitdiff
path: root/testsuite/timeout
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-05-26 15:19:08 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-05-30 16:49:39 +0200
commit0bfd05e5995884a5377e31fc24b88ce16b6b5792 (patch)
tree524efddb64053569a3de20b997eabf3db21725f8 /testsuite/timeout
parentcd0e2f592c36b92abc7ddc9ebd1f74d03c51862a (diff)
downloadhaskell-0bfd05e5995884a5377e31fc24b88ce16b6b5792.tar.gz
Build system: prevent "./Setup: Command not found"
[skip ci]
Diffstat (limited to 'testsuite/timeout')
-rw-r--r--testsuite/timeout/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/timeout/Makefile b/testsuite/timeout/Makefile
index e7335dfdfb..b910a735f7 100644
--- a/testsuite/timeout/Makefile
+++ b/testsuite/timeout/Makefile
@@ -62,7 +62,7 @@ endif
endif
clean distclean maintainer-clean:
- -./Setup clean
+ test ! -f Setup || ./Setup clean
$(RM) -rf install-inplace
$(RM) -f calibrate.out
$(RM) -f Setup Setup.exe Setup.hi Setup.o