diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2020-06-22 21:27:18 +0000 |
---|---|---|
committer | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2020-08-17 13:14:32 -0300 |
commit | fbb92c22d0575e438de089873f5c442d17e59f37 (patch) | |
tree | 2071d849ac9f9838b2287aff12852165b7232dea /gcc/fortran | |
parent | d3ab00305843608e6bcd14e9be79e4dfdc7d189a (diff) | |
download | gcc-fbb92c22d0575e438de089873f5c442d17e59f37.zip gcc-fbb92c22d0575e438de089873f5c442d17e59f37.tar.gz gcc-fbb92c22d0575e438de089873f5c442d17e59f37.tar.bz2 |
build: Use -include instead of conditional include.
Automake and GNU Make both use the endif keyword, which conflicts and
elicits an error for matching if/ifdef and endif.
This patch changes the conditional include to use "-include" to prevent
a warning about a possible empty tmake_file.
libgomp/ChangeLog
2020-06-22 David Edelsohn <dje.gcc@gmail.com>
* Makefile.am: Use -include.
* Makefile.in: Regenerate.
libatomic/ChangeLog
2020-06-22 David Edelsohn <dje.gcc@gmail.com>
* Makefile.am: Use -include.
* Makefile.in: Regenerate.
libstdc++-v3/ChangeLog
2020-06-22 David Edelsohn <dje.gcc@gmail.com>
* Makefile.am: Use -include.
* Makefile.in: Regenerate.
libgfortran/ChangeLog
2020-06-22 David Edelsohn <dje.gcc@gmail.com>
* Makefile.am: Use -include.
* Makefile.in: Regenerate.
Diffstat (limited to 'gcc/fortran')
0 files changed, 0 insertions, 0 deletions