Avoid faulty make construct with bfd docs (#95)

This commit is contained in:
Carsten Sonne Larsen 2017-11-14 23:51:41 +01:00 committed by Krystian Bacławski
parent 1325e1dc87
commit 5460b34e66
1 changed files with 1 additions and 0 deletions

View File

@ -418,6 +418,7 @@ def build():
'--prefix={prefix}',
'--infodir={prefix}/{target}/info',
'--mandir={prefix}/share/man',
'--disable-nls',
'--host=i686-linux-gnu',
'--target=m68k-amigaos',
from_dir='{submodules}/{binutils}')