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 /libffi | |
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 'libffi')
-rw-r--r-- | libffi/ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libffi/ghc.mk b/libffi/ghc.mk index 8226057646..c82cb783e3 100644 --- a/libffi/ghc.mk +++ b/libffi/ghc.mk @@ -32,8 +32,8 @@ libffi_EnableShared = no endif libffi_STATIC_LIB = libffi/build/inst/lib/libffi.a -libffi_HEADERS = rts/dist-install/build/ffi.h \ - rts/dist-install/build/ffitarget.h +libffi_HEADERS = rts/dist-install/build/include/ffi.h \ + rts/dist-install/build/include/ffitarget.h ifeq "$(HostOS_CPP)" "mingw32" LIBFFI_NAME = ffi-6 |