]> git.sur5r.net Git - kconfig-frontends/commit
Makefile: unbreak build out-of-tree
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 8 Apr 2017 16:06:35 +0000 (18:06 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 8 Apr 2017 16:32:03 +0000 (18:32 +0200)
commit2ce3a99ca5b36e0395c51fbc1c74aadd1d037576
treea6eaf0eb92ff70bf6adb427b2854de750207df64
parent6d80b49d8fcf598c0938eb5933c7dcf97856b9da
Makefile: unbreak build out-of-tree

When we switched to a single top-level Makefile, we lost the ability
to build out-of-tree, but only in a non-git tree... Weird...

However, the error is real: we were missing a include path for the
generated files, wihch are not generated in top_srcdir but in
top_builddir.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(cherry picked from commit 5bb1084ddc395fe8b5193a3d85a4daa86fef49a4)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Makefile.am