Am 23.06.2015 um 00:05 schrieb Peter Rosin:
On 2015-06-21 23:14, Hans-Bernhard Bröker wrote:
It's actually even a little worse:
Any dependency on sources in another directory causes a simple "make clean" in
one directory to erase _all_ object files on that other one, i.e. if docs/Makefile.am h
On 2015-06-21 23:14, Hans-Bernhard Bröker wrote:
> It's actually even a little worse:
>
> Any dependency on sources in another directory causes a simple "make clean"
> in one directory to erase _all_ object files on that other one, i.e. if
> docs/Makefile.am has
>
> noinst_PROGRAMS = a
>
> a_S