diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-03-11 14:25:19 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-03-11 14:25:19 +0100 |
commit | 30efe7c5a0c46179672ce5d80d3c4c3143635dbc (patch) | |
tree | 5a635d8d52bac263a2bd2a1c2da551b32fbc28c7 /gcc/c | |
parent | 06440e726acfa9c9695a07dc524a832a53057ad6 (diff) | |
download | gcc-30efe7c5a0c46179672ce5d80d3c4c3143635dbc.zip gcc-30efe7c5a0c46179672ce5d80d3c4c3143635dbc.tar.gz gcc-30efe7c5a0c46179672ce5d80d3c4c3143635dbc.tar.bz2 |
cobol: libgcobol/Makefile.am cleanups
Looking at libgcobol.la, I see a lot of cruft, stuff that just shouldn't
be there because automake generates it otherwise right, but also stuff
using undefined variables etc.
libgcobol.{a,so*} seems to build and install the same as before.
Note, I stull see DT_RUNPATH in the installed libgcobol.so.1 before/after
this patch and I'd prefer not to see it, not seeing it in other libraries
like libstdc++.so.6 etc. Dunno if that is because of the dependency on
libstdc++ (but e.g. libstdc++ has dependency on libgcc_s and doesn't do
that).
2025-03-11 Jakub Jelinek <jakub@redhat.com>
* Makefile.am: Remove tons of VAR = @VAR@ style lines.
(libgcobol.la): Remove.
(libgcobol_la_LFLAGS): Remove.
(all): Remove.
(.PHONY): Remove.
(install): Remove.
(%.lo: %.c): Remove.
(doc): Remove.
(install-html install-pdf install-info): Remove.
* Makefile.in: Regenerate.
Diffstat (limited to 'gcc/c')
0 files changed, 0 insertions, 0 deletions