install-pkglibLTLIBRARIES target is missing dep on install-libLTLIBRARIES

2021-08-29 Thread Jan Engelhardt
Greetings. Consider a Makefile.am like so: bin_PROGRAMS = aprogram sbin_PROGRAMS = otherprogram lib_LTLIBRARIES = library1.la pkglib_LTLIBRARIES = library2.la library2_la_LIBADD = library1.la this will produce, under automake 1.15/1.16, a Makefile.in which

[PATCH] 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

[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

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

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 ... -k # TOTAL: 29