diff options
author | Ian Lynagh <igloo@earth.li> | 2007-04-05 19:30:27 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-04-05 19:30:27 +0000 |
commit | c861ac0137fdea42a9e5cc369f0d2e65d0a8fc44 (patch) | |
tree | c4c6bd51fad5352d33ad5b8e640270f91b628fa7 /testsuite/timeout | |
parent | 1d8fe7b5e8a03f8ba128172a4503bed15e12ab9b (diff) | |
download | haskell-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/Makefile | 3 |
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 |