summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-24 04:26:21 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-24 04:26:21 +0000
commitcd9a2f5c280b40222d21ca68b5b0962ff712d6cf (patch)
treedc80da53186aab7c56424c2574b0cd7928930721 /gnu/usr.bin/texinfo
parent2388d5d1cef849c6482878f223517c38456feecf (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/texinfo')
-rw-r--r--gnu/usr.bin/texinfo/doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/doc/Makefile b/gnu/usr.bin/texinfo/doc/Makefile
index fed0a54aa806..65c89da07eec 100644
--- a/gnu/usr.bin/texinfo/doc/Makefile
+++ b/gnu/usr.bin/texinfo/doc/Makefile
@@ -1,6 +1,6 @@
INFO= info info-stnd makeinfo texi
-.if exists(../makeinfo/obj)
-MAKEINFO= ${.CURDIR}/../makeinfo/obj/makeinfo
+.if exists(${.OBJDIR}/../makeinfo)
+MAKEINFO= ${.OBJDIR}/../makeinfo/makeinfo
.else
MAKEINFO= ${.CURDIR}/../makeinfo/makeinfo
.endif