[Git][ghc/ghc][wip/rts-configure-2] Need `$srcdir` in rts/configure
John Ericson (@Ericson2314)
gitlab at gitlab.haskell.org
Thu Dec 8 15:52:46 UTC 2022
John Ericson pushed to branch wip/rts-configure-2 at Glasgow Haskell Compiler / GHC
Commits:
53a33faf by John Ericson at 2022-12-08T10:52:25-05:00
Need `$srcdir` in rts/configure
- - - - -
1 changed file:
- rts/configure.ac
Changes:
=====================================
rts/configure.ac
=====================================
@@ -170,7 +170,7 @@ dnl ######################################################################
dnl Generate external symbol flags (-Wl,-u...)
dnl ######################################################################
-cat external-symbols.list.in \
+cat $srcdir/external-symbols.list.in \
| "$CC" -E -P -traditional -Iinclude - -o - \
| sed '/^$/d' \
> external-symbols.list \
@@ -188,7 +188,7 @@ dnl ######################################################################
dnl Generate build-info
dnl ######################################################################
-cat rts.buildinfo.in | \
+cat $srcdir/rts.buildinfo.in | \
"$CC" -E -P -traditional - -o - \
> rts.buildinfo
rm -f external-symbols.list
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/53a33fafc195ceb46647f4225c4fe6f950fa2fdc
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/53a33fafc195ceb46647f4225c4fe6f950fa2fdc
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221208/3e147ab6/attachment.html>
More information about the ghc-commits
mailing list