Don't build awk.info because matt removed it.
This commit is contained in:
parent
245a0c0325
commit
bc03f5ba09
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/08/26 16:21:25 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/12/12 19:01:03 christos Exp $
|
||||
|
||||
WARNS?= 4
|
||||
|
||||
|
@ -20,18 +20,4 @@ YHEADER= yes
|
|||
COPTS+= -Wno-pointer-sign
|
||||
.endif
|
||||
|
||||
# info file originally from GNU awk 3.1.3, adjusted for nawk slightly
|
||||
.PATH: ${NETBSDSRCDIR}/gnu/dist/gawk
|
||||
TEXINFO= awk.info
|
||||
|
||||
# During the tools build (from src/tools/awk/Makefile),
|
||||
# src/tools/Makefile.host changes .CURDIR back and forth between
|
||||
# src/tools/awk and src/usr.bin/awk. For some unknown reason, including
|
||||
# bsd.info.mk here leads to the obj dir being created at the wrong time,
|
||||
# while .CURDIR is src/usr.bin/awk. Work around the problem by not
|
||||
# including bsd.info.mk when MKINFO=no.
|
||||
.if ${MKINFO} != "no"
|
||||
.include <bsd.info.mk>
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue