gdb: unbreak host/target install step
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 14 Oct 2016 17:32:43 +0000 (19:32 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 14 Oct 2016 17:32:43 +0000 (19:32 +0200)
commit8ae8d1162d92f14a0445fc497f473fde0aee6c3c
tree50c5ab2e798f460fd1f4b32795083d8ed4958266
parent366cec113a1c5a20b4afb671d14f02ea10b660e8
gdb: unbreak host/target install step

Commit 12306a81f8edc (gdb: get rid of host-texinfo dependency) tried to
append MAKEINFO=true to the host/target make install arguments, but as the
default values for these are only added when (host-)autotools-package is
evaluated (and only if empty), this effectively drops the default values and
we ended up without the 'install' target and nothing got installed.

To fix this, specify the full install arguments.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gdb/gdb.mk