diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-21 14:17:51 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-21 14:17:51 +0000 |
commit | 2e010ce03d1b3c34a7f8b023dd76f1f5fc67dc9e (patch) | |
tree | 2f1cfc4b36230ca1a923b30891513fc10ad4d202 /rules/hs-suffix-rules-srcdir.mk | |
parent | e7729b4d8310ed40b987f123eb7d0d91a527a781 (diff) | |
download | haskell-2e010ce03d1b3c34a7f8b023dd76f1f5fc67dc9e.tar.gz |
Small build system refactoring; no functional changes
Diffstat (limited to 'rules/hs-suffix-rules-srcdir.mk')
-rw-r--r-- | rules/hs-suffix-rules-srcdir.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/hs-suffix-rules-srcdir.mk b/rules/hs-suffix-rules-srcdir.mk index 2a0480f0c3..029ea0b914 100644 --- a/rules/hs-suffix-rules-srcdir.mk +++ b/rules/hs-suffix-rules-srcdir.mk @@ -50,8 +50,6 @@ $1/$2/build/%.$$($3_hcsuf) : $1/$4/%.hs $$(LAX_DEPS_FOLLOW) $$($1_$2_HC_DEP) $$( $1/$2/build/%.$$($3_hcsuf) : $1/$4/%.lhs $$(LAX_DEPS_FOLLOW) $$($1_$2_HC_DEP) $$($1_$2_PKGDATA_DEP) $$(call cmd,$1_$2_HC) $$($1_$2_$3_ALL_HC_OPTS) -C $$< -o $$@ -$(call hi-rule,$1/$4,$1/$2/build,$3) - # XXX: for some reason these get used in preference to the direct # .hs->.o rule, I don't know why --SDM |