diff options
Diffstat (limited to 'ghc/ghc.mk')
-rw-r--r-- | ghc/ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk index 5c37115886..13a3e544b1 100644 --- a/ghc/ghc.mk +++ b/ghc/ghc.mk @@ -155,7 +155,7 @@ $(GHC_STAGE2) : | $(SPLIT) $(GHC_STAGE3) : | $(SPLIT) endif -ifeq "$(Windows)" "YES" +ifeq "$(Windows_Host)" "YES" $(GHC_STAGE1) : | $(TOUCHY) $(GHC_STAGE2) : | $(TOUCHY) $(GHC_STAGE3) : | $(TOUCHY) @@ -165,7 +165,7 @@ endif INSTALL_LIBS += settings -ifeq "$(Windows)" "NO" +ifeq "$(Windows_Host)" "NO" install: install_ghc_link .PHONY: install_ghc_link install_ghc_link: |