diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-01 21:46:02 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-01 21:46:02 +0000 |
commit | ffb2a8c216ad8791422008cc92c8048f4528bbf4 (patch) | |
tree | 466be3c907ab5ba516d272af652ddabac409ac6e /rules/build-dependencies.mk | |
parent | 45ee44d8229a27aa38c99c21e1240484ba27732c (diff) | |
download | haskell-ffb2a8c216ad8791422008cc92c8048f4528bbf4.tar.gz |
Rename $(Windows) to $(Windows_Host)
Diffstat (limited to 'rules/build-dependencies.mk')
-rw-r--r-- | rules/build-dependencies.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/build-dependencies.mk b/rules/build-dependencies.mk index 7b66dcd266..7bbb8c5f36 100644 --- a/rules/build-dependencies.mk +++ b/rules/build-dependencies.mk @@ -141,7 +141,7 @@ define addCFileDeps $(foreach w,$5,sed -e 's|\\|/|g' -e 's| /$$| \\|' -e "1s|\.o|\.$($w_osuf)|" -e "1s|^|$(dir $4)|" -e "1s|$1/|$1/$2/build/|" -e "1s|$2/build/$2/build|$2/build|g" -e "s|$(TOP)/||g$(CASE_INSENSITIVE_SED)" $3.bit >> $3.tmp &&) true endef -ifeq "$(Windows)" "YES" +ifeq "$(Windows_Host)" "YES" CASE_INSENSITIVE_SED = i else CASE_INSENSITIVE_SED = |