summaryrefslogtreecommitdiff
path: root/bindisttest
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-01 21:46:02 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-01 21:46:02 +0000
commitffb2a8c216ad8791422008cc92c8048f4528bbf4 (patch)
tree466be3c907ab5ba516d272af652ddabac409ac6e /bindisttest
parent45ee44d8229a27aa38c99c21e1240484ba27732c (diff)
downloadhaskell-ffb2a8c216ad8791422008cc92c8048f4528bbf4.tar.gz
Rename $(Windows) to $(Windows_Host)
Diffstat (limited to 'bindisttest')
-rw-r--r--bindisttest/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindisttest/ghc.mk b/bindisttest/ghc.mk
index c911da5e8c..322b1978ed 100644
--- a/bindisttest/ghc.mk
+++ b/bindisttest/ghc.mk
@@ -35,7 +35,7 @@ test_bindist:
mkdir bindisttest/a/b/c
cd bindisttest/a/b/c/ && $(BZIP2_CMD) -cd ../../../../$(BIN_DIST_TEST_TAR_BZ2) | $(TAR_CMD) -xf -
$(SHELL) bindisttest/checkBinaries.sh $(ProjectVersion)
-ifeq "$(Windows)" "YES"
+ifeq "$(Windows_Host)" "YES"
mv bindisttest/a/b/c/$(BIN_DIST_NAME) $(BIN_DIST_INST_DIR)
else
cd bindisttest/a/b/c/$(BIN_DIST_NAME) && ./configure --prefix=$(TOP)/$(BIN_DIST_INST_DIR) --with-gcc="$(WhatGccIsCalled)"