diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-03-26 14:40:29 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-04-02 16:39:40 -0700 |
commit | 5db415580e0738f934e35b7012fe35a79b7e97c7 (patch) | |
tree | 7de65fcab836b358f296d60e04a0aa71d15709ac /testsuite/timeout | |
parent | 5fb485a3e1e83a1f5c6acf989be292940229e1a4 (diff) | |
download | haskell-5db415580e0738f934e35b7012fe35a79b7e97c7.tar.gz |
mk/boilerplate.mk defines STAGE1_GHC, not GHC_STAGE1.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
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 b910a735f7..9626eaea19 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 '$(GHC_STAGE1)' > $@ + $(PYTHON) calibrate '$(STAGE1_GHC)' > $@ # 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 |