Skip to content
  • Peter Korsgaard's avatar
    gdb: unbreak host/target install step · 8ae8d116
    Peter Korsgaard authored
    Commit 12306a81
    
     (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: default avatarPeter Korsgaard <peter@korsgaard.com>
    8ae8d116