Re: [Openocd-development] [PATCH 1/3] build: add build/src to include path
I would say that the builddir should precede the srcdir. Happily, this should also generate a more minimal patch. Patches should touch as few lines as possible. Make all of them match the form: FOO = \ foo \ bar not FOO = foo \ bar The first form makes it p
[Openocd-development] [PATCH 1/3] build: add build/src to include path
This allows including generated include files. Signed-off-by: Øyvind Harboe --- src/Makefile.am |3 ++- src/flash/Makefile.am|3 ++- src/flash/nand/Makefile.am |3 ++- src/flash/nor/Makefile.am|3 ++- src/helper/Makefile.am |1 + src/jtag/Make