Control of .deps folder generation location.

2016-09-07 Thread Bent Bisballe Nyeng
Hi list I have a project in which I include a few out-of-tree cpp files in one of my SOURCES directives. I am currently trying to use the new subdir-objects argument but am having the problem that autoconf tries to write a .deps folder to the folder containing the out-of-tree files which is

Re: Control of .deps folder generation location.

2016-09-07 Thread Eric Blake
On 09/07/2016 02:42 AM, Bent Bisballe Nyeng wrote: > Hi list > > I have a project in which I include a few out-of-tree cpp files in one > of my SOURCES directives. > > I am currently trying to use the new subdir-objects argument but am > having the problem that autoconf tries to write a .deps fol

Re: Control of .deps folder generation location.

2016-09-07 Thread Bent Bisballe Nyeng
On 09/07/16 15:53, Eric Blake wrote: On 09/07/2016 02:42 AM, Bent Bisballe Nyeng wrote: Hi list I have a project in which I include a few out-of-tree cpp files in one of my SOURCES directives. I am currently trying to use the new subdir-objects argument but am having the problem that autoconf

Re: Control of .deps folder generation location.

2016-09-07 Thread Andrew W. Nosenko
On Wed, Sep 7, 2016 at 5:11 PM, Bent Bisballe Nyeng wrote: > On 09/07/16 15:53, Eric Blake wrote: > >> On 09/07/2016 02:42 AM, Bent Bisballe Nyeng wrote: >> >>> Hi list >>> >>> I have a project in which I include a few out-of-tree cpp files in one >>> of my SOURCES directives. >>> >>> I am curren