From ffb2a8c216ad8791422008cc92c8048f4528bbf4 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 1 Mar 2013 21:46:02 +0000 Subject: Rename $(Windows) to $(Windows_Host) --- utils/ghc-pkg/ghc.mk | 2 +- utils/runghc/ghc.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/ghc-pkg/ghc.mk b/utils/ghc-pkg/ghc.mk index a179ae7940..e20949159f 100644 --- a/utils/ghc-pkg/ghc.mk +++ b/utils/ghc-pkg/ghc.mk @@ -75,7 +75,7 @@ endif # ----------------------------------------------------------------------------- # Link ghc-pkg to ghc-pkg-$(ProjectVersion) when installing -ifeq "$(Windows)" "NO" +ifeq "$(Windows_Host)" "NO" install: install_utils/ghc-pkg_link .PHONY: install_utils/ghc-pkg_link diff --git a/utils/runghc/ghc.mk b/utils/runghc/ghc.mk index 0c045b4e2b..a181938f3b 100644 --- a/utils/runghc/ghc.mk +++ b/utils/runghc/ghc.mk @@ -30,7 +30,7 @@ $(eval $(call build-prog,utils/runghc,dist-install,1)) install: install_runhaskell .PHONY: install_runhaskell -ifeq "$(Windows)" "YES" +ifeq "$(Windows_Host)" "YES" install_runhaskell: install_bins "$(CP)" $(DESTDIR)$(bindir)/runghc$(exeext) $(DESTDIR)$(bindir)/runhaskell$(exeext) else -- cgit v1.2.1