diff options
author | Ian Lynagh <igloo@earth.li> | 2012-07-24 15:46:55 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-07-24 15:46:55 +0100 |
commit | f95ced2635e0f29fd1b7fe76d44711ef0d236cb4 (patch) | |
tree | 6f7bc038ddff1cb761e8ff3c5cd95f757cdf49ae /packages | |
parent | 1d15ada47b88601e5442c6be167f5f804f22a654 (diff) | |
download | haskell-f95ced2635e0f29fd1b7fe76d44711ef0d236cb4.tar.gz |
Tweak the HC_OPTS generation
libraries/base/GHC/Base_HC_OPTS wasn't getting included, because we
were using libraries/base/./GHC/Base.lhs as the path, and the ./
meant we got the wrong filename.
I didn't use $(realpath ...) as the .hs file may be generated by hsc2hs
or similar, so may not exist when the HC_OPTS are constructed.
Diffstat (limited to 'packages')
0 files changed, 0 insertions, 0 deletions