From 725ae77af07413b1d656efe05098d23d90cb5477 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 24 Jan 1995 04:13:34 +0000 Subject: [PATCH] Fix path to makeinfo. --- gnu/usr.bin/texinfo/doc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/texinfo/doc/Makefile b/gnu/usr.bin/texinfo/doc/Makefile index a38ce484714..fed0a54aa80 100644 --- a/gnu/usr.bin/texinfo/doc/Makefile +++ b/gnu/usr.bin/texinfo/doc/Makefile @@ -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