tool_chain: fix GDB build with makeinfo 5

Issue #1051.
This commit is contained in:
Christian Prochaska
2014-04-21 23:36:05 +02:00
committed by Norman Feske
parent 776d7f947f
commit f1aa137c9d
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ LIBS += ncurses expat
NOUX_PKG_DIR = $(wildcard $(REP_DIR)/contrib/gdb-*)
# workaround for problems with makeinfo version 5
NOUX_MAKE_ENV += "MAKEINFO=true"
NOUX_INSTALL_TARGET = install
include $(REP_DIR)/mk/noux.mk