bug#20699: Acknowledgement (subdir-objects with source from sibling directory breaks distcheck)

2015-06-22 Thread 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 has noinst_PROGRAMS = a a_SOURCES =

bug#20699: Acknowledgement (subdir-objects with source from sibling directory breaks distcheck)

2015-06-22 Thread Hans-Bernhard Bröker
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

bug#20699: Acknowledgement (subdir-objects with source from sibling directory breaks distcheck)

2015-06-21 Thread Hans-Bernhard Bröker
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_SOURCES = sub/a.c ../src/main.c a_CPPFLAGS = -DFOO=BAR