On Sun, Mar 8, 2015 at 4:22 PM, Bob Friesenhahn <bfrie...@simple.dallas.tx.us> wrote: > On Sun, 8 Mar 2015, Harlan Stenn wrote: >> >> >> The problem I'm seeing (with at least automake-1.12.1 and automake-1.15) >> is that the .deps directories are not being created along the subdir >> path, so the build is failing. >> >> So if A/Makefile.am contains: >> >> foo_SRCS = ... $(srcdir)/../foo/bar.c > > > As far as I am aware, it is wise/required that source paths be subordinate > to the Makefile.am location (no .. bits).
If that would really be a requirement now or with subdir-objects, I would say its a regression. Bert