Open
Description
I got the "Matched file does not exist" error when failed source file is located in subdirectory specified in automake's SUBDIRS variable.
Example of output from make:
make all-recursive
make[1]: Entering directory '/home/novns/tmp/testmake'
Making all in src
make[2]: Entering directory '/home/novns/tmp/testmake/src'
CC testmake.o
testmake.c: In function 'main':
testmake.c:3:5: error: unknown type name 'error'
error is here!
^