summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-11-12 01:29:27 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-12 21:28:02 -0500
commitc60652929ebd2510e52c05a2f61d52e2bf1846ad (patch)
tree470e0d797b802c65b470ad5fd592c3347a462977 /rts/ghc.mk
parentb040d0d4f1aab4fda1b862fa1f81df1aee8372d4 (diff)
downloadhaskell-c60652929ebd2510e52c05a2f61d52e2bf1846ad.tar.gz
Make: Move remaining built RTS headers to ...build/include
This allows us to clean up the rts include dirs in the package conf.
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r--rts/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk
index b4cef0956c..3643e07e9e 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -99,7 +99,7 @@ $(rts_AUTO_APPLY_CMM): $$(genapply_INPLACE)
rts_H_FILES := $(wildcard rts/*.h rts/*/*.h)
ifeq "$(USE_DTRACE)" "YES"
-DTRACEPROBES_H = rts/dist-install/build/RtsProbes.h
+DTRACEPROBES_H = rts/dist-install/build/include/RtsProbes.h
rts_H_FILES += $(DTRACEPROBES_H)
endif