summaryrefslogtreecommitdiff
path: root/testsuite/timeout
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2017-03-17 19:33:53 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2017-03-17 19:33:53 -0700
commitad191042896ca0b31277e5192ef4acec63bc176a (patch)
tree82126fca194f6df32005e920dfa2fb036b629c0b /testsuite/timeout
parenta7dbafe9292212f3cbc21be42eb326ab0701db7e (diff)
downloadhaskell-ad191042896ca0b31277e5192ef4acec63bc176a.tar.gz
Revert "GHC_STAGE1 isn't defined, use other form."
This reverts commit 138434fbef32ec86733747bdbc57f6da73cad500.
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 9626eaea19..b910a735f7 100644
--- a/testsuite/timeout/Makefile
+++ b/testsuite/timeout/Makefile
@@ -51,7 +51,7 @@ boot all :: calibrate.out $(TIMEOUT_PROGRAM)
calibrate.out:
$(RM) -f TimeMe.o TimeMe.hi TimeMe TimeMe.exe
- $(PYTHON) calibrate '$(STAGE1_GHC)' > $@
+ $(PYTHON) calibrate '$(GHC_STAGE1)' > $@
# We use stage 1 to do the calibration, as stage 2 may not exist.
# This isn't necessarily the compiler we'll be running the testsuite
# with, but it's really the performance of the machine that we're