diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-21 14:40:14 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-21 14:40:14 +0000 |
commit | eb90651b42be335e12b814e7f44d7b92ba844352 (patch) | |
tree | 4e7f82e9ffaba6b4bb5446b4d9d893ad639da21f /ghc.mk | |
parent | 676235fd5d3df209349bacc9047be321fe308c44 (diff) | |
download | haskell-eb90651b42be335e12b814e7f44d7b92ba844352.tar.gz |
Rename hs-suffix-rules-srcdir to hs-suffix-way-rules-srcdir
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ include rules/cmm-objs.mk # so we don't make any when cleaning. ifneq "$(CLEANING)" "YES" -include rules/hs-suffix-rules-srcdir.mk +include rules/hs-suffix-way-rules-srcdir.mk include rules/hs-suffix-way-rules.mk include rules/hi-rule.mk include rules/c-suffix-rules.mk |