diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-01-11 13:14:29 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-01-11 13:29:04 +0000 |
commit | 8b1e30f79d6fb6aa2c35d93283f9208c6d54a927 (patch) | |
tree | 8b51360e318f2ed704598870913c4d4b4b2da3e5 /rules/build-prog.mk | |
parent | fb7391ae2f2bd5261fc4f70766a36ec7285c007a (diff) | |
download | haskell-8b1e30f79d6fb6aa2c35d93283f9208c6d54a927.tar.gz |
Small build system refactoring
hs-suffix-rules now calls hs-suffix-rules-srcdir, saving some duplication
Diffstat (limited to 'rules/build-prog.mk')
-rw-r--r-- | rules/build-prog.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/build-prog.mk b/rules/build-prog.mk index 2c1836abed..4111e172b9 100644 --- a/rules/build-prog.mk +++ b/rules/build-prog.mk @@ -155,8 +155,6 @@ endif endif $(call hs-suffix-rules,$1,$2,$$($1_$2_PROGRAM_WAY)) -$$(foreach dir,$$($1_$2_HS_SRC_DIRS),\ - $$(eval $$(call hs-suffix-rules-srcdir,$1,$2,$$($1_$2_PROGRAM_WAY),$$(dir)))) $(call c-objs,$1,$2,$$($1_$2_PROGRAM_WAY)) $(call hs-objs,$1,$2,$$($1_$2_PROGRAM_WAY)) |