mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 12:44:53 +01:00
Fix path to makeinfo.
This commit is contained in:
parent
7cdc9e0322
commit
a58f05812a
@ -1,8 +1,8 @@
|
||||
INFO = info makeinfo texi info-stnd
|
||||
INFO= info info-stnd makeinfo texi
|
||||
.if exists(../makeinfo/obj)
|
||||
MAKEINFO= ../makeinfo/obj/makeinfo
|
||||
MAKEINFO= ${.CURDIR}/../makeinfo/obj/makeinfo
|
||||
.else
|
||||
MAKEINFO= ../makeinfo/makeinfo
|
||||
MAKEINFO= ${.CURDIR}/../makeinfo/makeinfo
|
||||
.endif
|
||||
|
||||
.include <bsd.info.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user