Fix path to makeinfo.

This commit is contained in:
Bruce Evans 1995-01-24 04:13:34 +00:00
parent 825de56725
commit 725ae77af0

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>