diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-17 14:56:34 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-17 14:56:34 +0000 |
commit | b8bf9a3b4096971803a1bd4c8c98a7d4d393d886 (patch) | |
tree | 3eacd8afdad9516a1df4337a0e29a2add5d327d2 /rules/hs-suffix-rules.mk | |
parent | ffe795d92b1e0c385474100ecfb649fd40ae6b4d (diff) | |
download | haskell-b8bf9a3b4096971803a1bd4c8c98a7d4d393d886.tar.gz |
Finish removing BootingFromHc
Diffstat (limited to 'rules/hs-suffix-rules.mk')
-rw-r--r-- | rules/hs-suffix-rules.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/hs-suffix-rules.mk b/rules/hs-suffix-rules.mk index fead7d1d41..459ee372e9 100644 --- a/rules/hs-suffix-rules.mk +++ b/rules/hs-suffix-rules.mk @@ -14,7 +14,6 @@ define hs-suffix-rules # args: $1 = dir, $2 = distdir, $3 = way ifneq "$$(BINDIST)" "YES" -ifneq "$$(BootingFromHc)" "YES" $1/$2/build/%.$$($3_hcsuf) : $1/$2/build/%.hs $$(LAX_DEPS_FOLLOW) $$($1_$2_HC_DEP) $$(call cmd,$1_$2_HC) $$($1_$2_$3_ALL_HC_OPTS) -C $$< -o $$@ @@ -32,7 +31,6 @@ $(call hi-rule,$1/$2/build,$1/$2/build,$3) $(call hi-rule,$1/$2/build/autogen,$1/$2/build,$3) endif -endif $$(foreach dir,$$($1_$2_HS_SRC_DIRS),\ $$(eval $$(call hs-suffix-rules-srcdir,$1,$2,$3,$$(dir)))) |