diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-11-12 01:29:27 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-11-12 21:28:02 -0500 |
commit | c60652929ebd2510e52c05a2f61d52e2bf1846ad (patch) | |
tree | 470e0d797b802c65b470ad5fd592c3347a462977 /rts/ghc.mk | |
parent | b040d0d4f1aab4fda1b862fa1f81df1aee8372d4 (diff) | |
download | haskell-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.mk | 2 |
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 |