bug#17354: distclean fails when source is relatively otherplace

2014-12-19 Thread Stefano Lattarini
tags 17354 wontfix close 17354 stop On 04/27/2014 01:48 AM, Jan Engelhardt wrote: With automake-1.13.4 automake-1.14, when there is a _SOURCES = ../blah.c, make does not properly run because .deps is gone too early. File set: # Makefile.am SUBDIRS = b noinst_PROGRAMS = foo # configure.ac

bug#17354: distclean fails when source is relatively otherplace

2014-10-15 Thread Colomban Wendling
I just ran into this issue today trying to port a relatively large build system to use `subdir-objects`. This is quite annoying as everything else works just fine, but this bug either prevents me from using `subdir-objects` at all or forces me to rewrite these parts using a completely different

bug#17354: distclean fails when source is relatively otherplace

2014-04-27 Thread Jan Engelhardt
With automake-1.13.4 automake-1.14, when there is a _SOURCES = ../blah.c, make does not properly run because .deps is gone too early. File set: # Makefile.am SUBDIRS = b noinst_PROGRAMS = foo # configure.ac AC_INIT([a],[0]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_PROG_CC