summaryrefslogtreecommitdiff
path: root/rules/distdir-way-opts.mk
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2015-10-29 06:45:45 -0400
committerBen Gamari <ben@smart-cactus.org>2015-10-29 12:24:21 +0100
commita0517889383127848faf82b32919d3f742a59278 (patch)
tree3433e925b0acba1163709271c107b5eb96581ea2 /rules/distdir-way-opts.mk
parent032be43b66db29ca6893bd4219c0d6036201a94e (diff)
downloadhaskell-a0517889383127848faf82b32919d3f742a59278.tar.gz
Revert "Build system: don't add ALL_HC_OPTS when linking"
This reverts commit 9fc2d777f53110040f48ab27643a16888fa377f5. This appears to cause interface file issues during rebuilds. Punting back to @thomie for further investigation.
Diffstat (limited to 'rules/distdir-way-opts.mk')
-rw-r--r--rules/distdir-way-opts.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/distdir-way-opts.mk b/rules/distdir-way-opts.mk
index e84894348c..920ff07f20 100644
--- a/rules/distdir-way-opts.mk
+++ b/rules/distdir-way-opts.mk
@@ -131,7 +131,7 @@ $1_$2_$3_MOST_DIR_HC_OPTS = \
# that -O0 is effective (see #5484)
# $1_$2_$3_ALL_HC_OPTS: this is all the options we will pass to GHC
-# for a given ($1,$2,$3) when we use it for compiling.
+# for a given ($1,$2,$3).
$1_$2_$3_ALL_HC_OPTS = \
-hisuf $$($3_hisuf) -osuf $$($3_osuf) -hcsuf $$($3_hcsuf) \
$$($1_$2_$3_MOST_DIR_HC_OPTS) \