Make sure that the --no-split flag gets passed to makeinfo.

Fixes PR # 1003 (gdb info files don't work).
This commit is contained in:
Mike Pritchard 1996-02-08 18:27:07 +00:00
parent 296a2cc62f
commit e2e7e7042b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13973

View File

@ -1,9 +1,9 @@
# $Id: bsd.info.mk,v 1.14 1995/07/26 13:51:46 wollman Exp $
# $Id: bsd.info.mk,v 1.15 1995/07/27 15:03:27 wollman Exp $
BINMODE= 444
BINDIR?= /usr/share/info
MAKEINFO?= makeinfo
MAKEINFOFLAGS?= --no-split # simplify some things, e.g., compression
MAKEINFOFLAGS+= --no-split # simplify some things, e.g., compression
.MAIN: all