X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Fghc.mk;h=68055b564eaf4bbf30b4b348cf4eb75e14d458bc;hb=a278f3f02d09bc32b0a75d4a04d710090cde250f;hp=14a99f86110927e2adb3f41de6554e1ea54743fd;hpb=aea784af873f089a40af71849d83f59008562a58;p=ghc-hetmet.git diff --git a/includes/ghc.mk b/includes/ghc.mk index 14a99f8..68055b5 100644 --- a/includes/ghc.mk +++ b/includes/ghc.mk @@ -46,7 +46,7 @@ endif ifneq "$(BINDIST)" "YES" -ifneq "$(TARGETPLATFORM)" "$(HOSTPLATFORM)" +ifeq "$(PORTING_HOST)" "YES" $(includes_H_CONFIG) : @echo "*** Cross-compiling: please copy $(includes_H_CONFIG) from the target system" @@ -116,7 +116,7 @@ endif includes_DERIVEDCONSTANTS = includes/DerivedConstants.h -ifneq "$(TARGETPLATFORM)" "$(HOSTPLATFORM)" +ifeq "$(PORTING_HOST)" "YES" DerivedConstants.h : @echo "*** Cross-compiling: please copy DerivedConstants.h from the target system" @@ -144,7 +144,7 @@ endif includes_GHCCONSTANTS = includes/GHCConstants.h -ifneq "$(TARGETPLATFORM)" "$(HOSTPLATFORM)" +ifeq "$(PORTING_HOST)" "YES" $(includes_GHCCONSTANTS) : @echo "*** Cross-compiling: please copy DerivedConstants.h from the target system"