summaryrefslogtreecommitdiff
path: root/testsuite/timeout
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-04-05 19:30:27 +0000
committerIan Lynagh <igloo@earth.li>2007-04-05 19:30:27 +0000
commitc861ac0137fdea42a9e5cc369f0d2e65d0a8fc44 (patch)
treec4c6bd51fad5352d33ad5b8e640270f91b628fa7 /testsuite/timeout
parent1d8fe7b5e8a03f8ba128172a4503bed15e12ab9b (diff)
downloadhaskell-c861ac0137fdea42a9e5cc369f0d2e65d0a8fc44.tar.gz
Use $(PYTHON) to run calibrate, rather than relying on it finding python itself
Diffstat (limited to 'testsuite/timeout')
-rw-r--r--testsuite/timeout/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/timeout/Makefile b/testsuite/timeout/Makefile
index 40d71e0881..6d2b4dd861 100644
--- a/testsuite/timeout/Makefile
+++ b/testsuite/timeout/Makefile
@@ -21,9 +21,8 @@ boot :: python-timeout
endif
calibrate.out:
- chmod +x calibrate
rm -f Calibrate.o Calibrate.hi Calibrate
- ./calibrate "$(HC)" > $@
+ $(PYTHON) calibrate "$(HC)" > $@
python-timeout:
cp timeout.py timeout