Changelog:
    * distdir.am: Recurse into subdirs before handling files in the
current directory.

This patch reverses the order of subdir processing with current
directory files for the make dist target. This should allow make dist
with _SOURCES targets like foo/a.c or foo/bar/a.c. It' won't help with
_SOURCES targets like ../foo/bar/a.c where ../foo/bar is created by the
Makfile in ../foo and that hasn't been called yet.

A possible solution for that would be to call those makefiles?

Also attached is an updated test - my previous test was for subdir
sources with only one Makefile, which still fails because the subdir
isn't created.

Rob

distdirsubdir.patch

subobj5.test

Reply via email to