Fix path to makeinfo.

This commit is contained in:
bde 1995-01-24 04:13:34 +00:00
parent 7cdc9e0322
commit a58f05812a

View File

@ -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>