summaryrefslogtreecommitdiff
path: root/rules/build-package-way.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-01-11 13:14:29 +0000
committerIan Lynagh <ian@well-typed.com>2013-01-11 13:29:04 +0000
commit8b1e30f79d6fb6aa2c35d93283f9208c6d54a927 (patch)
tree8b51360e318f2ed704598870913c4d4b4b2da3e5 /rules/build-package-way.mk
parentfb7391ae2f2bd5261fc4f70766a36ec7285c007a (diff)
downloadhaskell-8b1e30f79d6fb6aa2c35d93283f9208c6d54a927.tar.gz
Small build system refactoring
hs-suffix-rules now calls hs-suffix-rules-srcdir, saving some duplication
Diffstat (limited to 'rules/build-package-way.mk')
-rw-r--r--rules/build-package-way.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/build-package-way.mk b/rules/build-package-way.mk
index 76598debfa..aade4e93af 100644
--- a/rules/build-package-way.mk
+++ b/rules/build-package-way.mk
@@ -17,8 +17,6 @@ $(call profStart, build-package-way($1,$2,$3))
$(call distdir-way-opts,$1,$2,$3,$4)
$(call hs-suffix-rules,$1,$2,$3)
-$$(foreach dir,$$($1_$2_HS_SRC_DIRS),\
- $$(eval $$(call hs-suffix-rules-srcdir,$1,$2,$3,$$(dir))))
$(call hs-objs,$1,$2,$3)