Re: [PATCH v2] automake: add install dep on install-libLTLIBRARIES to all targets

2021-09-10 Thread Karl Berry
Hi Jan and all. depending on install-libLTLIBRARIES not just for bin_PROGRAMS, but all PROGRAMS and LTLIBRARIES. I installed your patch (for the record: the thread starts at https://lists.gnu.org/archive/html/automake/2021-08/msg00016.html). Thanks much. (Now, on another and unrelated fr

Re: [PATCH v2] automake: add install dep on install-libLTLIBRARIES to all targets

2021-08-29 Thread Jan Engelhardt
On Sunday 2021-08-29 22:44, Karl Berry wrote: >Subject: [PATCH v2] automake: add install dep on install-libLTLIBRARIES to > all > targets > >Thanks. Have you run make check? (In practice, make -j12 check or similar.) >Always good to make sure nothing old breaks ... -

Re: [PATCH v2] automake: add install dep on install-libLTLIBRARIES to all targets

2021-08-29 Thread Karl Berry
Subject: [PATCH v2] automake: add install dep on install-libLTLIBRARIES to all targets Thanks. Have you run make check? (In practice, make -j12 check or similar.) Always good to make sure nothing old breaks ... -k

[PATCH v2] automake: add install dep on install-libLTLIBRARIES to all targets

2021-08-29 Thread Jan Engelhardt
A Makefile.am like bin_PROGRAMS = lib_LTLIBRARIES = library1.la pkglib_LTLIBRARIES = library2.la library2_LIBADD = library1.la produces, in Makefile.in, install-binPROGRAMS: install-libLTLIBRARIES but no install-pkglibLTLIBRARIES: install-libLTLI