bug#33085: using myprog_CXXFLAGS with VPATH prevents Makefile from finding sources

2018-10-18 Thread Nick Bowler
Hello, On 10/18/18, Julien COURTAT wrote: > Here's my bug report, I'm building my software out of the source tree, this > is called parallel build (very nice feature). > The way to reproduce the issue is very simple, set myprog_CXXFLAGS = -DANY > and VPATH=@MYDIR@ and the corresponding Makefile

bug#33085: using myprog_CXXFLAGS with VPATH prevents Makefile from finding sources

2018-10-18 Thread Julien COURTAT
Hello, Here's my bug report, I'm building my software out of the source tree, this is called parallel build (very nice feature). The way to reproduce the issue is very simple, set myprog_CXXFLAGS = -DANY and VPATH=@MYDIR@ and the corresponding Makefile won't find my source file. Replace