mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
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:
parent
296a2cc62f
commit
e2e7e7042b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13973
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user