bug#27781: LIBOBJS should depend on LIBOBJDIR

2017-08-16 Thread Mathieu Lirzin
Hi, Michael Haubenwallner writes: > On 08/08/2017 11:17 PM, Mathieu Lirzin wrote: >> Michael Haubenwallner writes: >>> >>> I have no idea for how to fix automake for this situation, but it >>> feels like automake should add this line to src/Makefile.in here: >>> >>> $(LIBOBJS): $(LIBOBJDIR)$(am

bug#27781: LIBOBJS should depend on LIBOBJDIR

2017-08-16 Thread Michael Haubenwallner
Hi, On 08/08/2017 11:17 PM, Mathieu Lirzin wrote: > Michael Haubenwallner writes: >> >> I have no idea for how to fix automake for this situation, but it >> feels like automake should add this line to src/Makefile.in here: >> >> $(LIBOBJS): $(LIBOBJDIR)$(am__dirstamp) > > I confirm that this is