diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-05-26 15:19:08 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-05-30 16:49:39 +0200 |
commit | 0bfd05e5995884a5377e31fc24b88ce16b6b5792 (patch) | |
tree | 524efddb64053569a3de20b997eabf3db21725f8 /testsuite/timeout | |
parent | cd0e2f592c36b92abc7ddc9ebd1f74d03c51862a (diff) | |
download | haskell-0bfd05e5995884a5377e31fc24b88ce16b6b5792.tar.gz |
Build system: prevent "./Setup: Command not found"
[skip ci]
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 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 |