>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes:
Robert> the following will break on distclean aith automake 1.7.5:
Robert> Makefile.am:
Robert> SUBDIRS=a
Robert> AUTOMAKE_OPTIONS = subdir-objects
Robert> bin_PROGRAMS=foo
Robert> foo_SOURCES=a/foo.cc
Robert> a/Makefile.am
Robe
the following will break on distclean aith automake 1.7.5:
Makefile.am:
SUBDIRS=a
AUTOMAKE_OPTIONS = subdir-objects
bin_PROGRAMS=foo
foo_SOURCES=a/foo.cc
a/Makefile.am
bin_PROGRAMS=bar
bar_SOURCES=bar.cc
The failure is because subdirs are distcleaned first, and a/.deps is rm
-rf'd before the