summaryrefslogtreecommitdiff
path: root/driver/ghci/ghc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'driver/ghci/ghc.mk')
-rw-r--r--driver/ghci/ghc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/ghci/ghc.mk b/driver/ghci/ghc.mk
index 4b41849a21..ad11ee1528 100644
--- a/driver/ghci/ghc.mk
+++ b/driver/ghci/ghc.mk
@@ -10,7 +10,7 @@
#
# -----------------------------------------------------------------------------
-ifneq "$(Windows)" "YES"
+ifneq "$(Windows_Host)" "YES"
install: install_driver_ghci
@@ -26,7 +26,7 @@ install_driver_ghci:
$(call removeFiles,"$(DESTDIR)$(bindir)/ghci")
$(LN_S) ghci-$(ProjectVersion) "$(DESTDIR)$(bindir)/ghci"
-else # Windows...
+else # Windows_Host...
driver/ghci_dist_C_SRCS = ghci.c ../utils/cwrapper.c ../utils/getLocation.c
driver/ghci_dist_CC_OPTS += -I driver/utils