Temporarily turn off unused-do-bind warnings for the time package
[ghc-hetmet.git] / rules / distdir-opts.mk
index 5aee691..d104a13 100644 (file)
@@ -66,7 +66,8 @@ $1_$2_BUILD_HC_OPTS = \
  $$(if $$($1_PACKAGE),-optP-include -optP$1/$2/build/autogen/cabal_macros.h) \
  $$(foreach pkg,$$($1_$2_DEPS),-package $$(pkg)) \
  $$(if $$(findstring YES,$$($1_$2_SplitObjs)),-split-objs,) \
- $$($1_$2_HC_OPTS)
+ $$($1_$2_HC_OPTS) \
+ $$($1_$2_EXTRA_HC_OPTS)
 
 endef