build: Use -include instead of conditional include.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 22 Jun 2020 21:27:18 +0000 (21:27 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 22 Jun 2020 21:31:48 +0000 (21:31 +0000)
commit0164e59835de81d758fd4c56248ad7a46435fbfa
tree5f33fcb2b515b2ad7f2aeda7c50322d502936ee8
parent67f6ef3b3804a0ddc6926e992f6020ed95e11ea6
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.
libatomic/Makefile.am
libatomic/Makefile.in
libgfortran/Makefile.am
libgfortran/Makefile.in
libgomp/Makefile.am
libgomp/Makefile.in
libstdc++-v3/Makefile.am
libstdc++-v3/Makefile.in