summaryrefslogtreecommitdiff
path: root/rts/include/ghc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rts/include/ghc.mk')
-rw-r--r--rts/include/ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/include/ghc.mk b/rts/include/ghc.mk
index cfedf62ea8..eeb6d22fe7 100644
--- a/rts/include/ghc.mk
+++ b/rts/include/ghc.mk
@@ -217,6 +217,7 @@ $(includes_SETTINGS) : rts/include/Makefile | $$(dir $$@)/.
@echo ',("windres command", "$(SettingsWindresCommand)")' >> $@
@echo ',("libtool command", "$(SettingsLibtoolCommand)")' >> $@
@echo ',("unlit command", "$$topdir/bin/$(utils/unlit_dist_PROG)")' >> $@
+ @echo ',("hc-pkg command", "$$topdir/bin/$(utils/ghc-pkg_dist_PROG)")' >> $@
@echo ',("cross compiling", "$(CrossCompiling)")' >> $@
@echo ',("target platform string", "$(TARGETPLATFORM)")' >> $@
@echo ',("target os", "$(HaskellTargetOs)")' >> $@