]> git.ipfire.org Git - thirdparty/gcc.git/commit
Libbacktrace: Fix the use of newline in sed replacement
authorFrancois-Xavier Coudert <fxcoudert@gmail.com>
Tue, 28 Dec 2021 22:28:49 +0000 (23:28 +0100)
committerFrancois-Xavier Coudert <fxcoudert@gmail.com>
Tue, 28 Dec 2021 22:28:49 +0000 (23:28 +0100)
commit0ac7bab6181cf3400ba1f53fd6aac92900eef1e5
treecc67bc29906b8138f1326eb3eff6bc30d7cea7fd
parent906b4e15ce84790c7657405238d61358e0893676
Libbacktrace: Fix the use of newline in sed replacement

On non-ELF targets, the Makefile needs a newline inside the sed REPLACE
string. The way it is currently done fails with GNU Make < 4, but GCC
only requires "GNU make version 3.80 (or later)".

The portable solution is given in the autoconf manual:
https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Newlines-in-Make-Rules.html

libbacktrace/ChangeLog:

PR libbacktrace/103822

* Makefile.am: Fix newline.
* Makefile.in: Regenerate.
libbacktrace/Makefile.am
libbacktrace/Makefile.in