Control: tags -1 patch On Fri, Aug 17, 2018 at 11:20:21AM +0000, Santiago Vila wrote: >... > make[4]: *** No rule to make target '../tools/libbrlcheck.la', needed by > 'lou_allround'. Stop. > make[4]: Leaving directory '/<<PKGBUILDDIR>>/tools' >...
Thanks for the bug report, a fix is attached. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
Description: Enable automake to generate dependencies for libbrlcheck.la Author: Adrian Bunk <b...@debian.org> Bug-Debian: https://bugs.debian.org/906376 --- liblouis-3.6.0.orig/tools/Makefile.am +++ liblouis-3.6.0/tools/Makefile.am @@ -14,7 +14,7 @@ lou_compare_CPPFLAGS = $(AM_CPPFLAGS) -w LDADD = \ $(top_builddir)/liblouis/liblouis.la \ $(top_builddir)/tools/gnulib/libgnutools.la \ - $(top_builddir)/tools/libbrlcheck.la \ + libbrlcheck.la \ $(LTLIBINTL) # libbrlcheck is a convenience library that contains functionality to