Remove directories from include paths
Previously this was a relative path which worked in the GHC tree, but failed elsewhere. This caused trouble for out-of-tree users as well as Hadrian, which wants to move build artifacts out of the working directory. Fixes #8040. Test Plan: Validate Reviewers: thomie, austin, snowleopard, hvr Reviewed By: snowleopard, hvr Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2530 GHC Trac Issues: #8040
Showing
- compiler/HsVersions.h 1 addition, 1 deletioncompiler/HsVersions.h
- compiler/ghc.mk 5 additions, 0 deletionscompiler/ghc.mk
- compiler/main/DynFlags.hs 2 additions, 1 deletioncompiler/main/DynFlags.hs
- compiler/main/PlatformConstants.hs 2 additions, 1 deletioncompiler/main/PlatformConstants.hs
- rules/build-dependencies.mk 1 addition, 0 deletionsrules/build-dependencies.mk
Loading
Please register or sign in to comment