From 07d0464545f03132c80a33fde03ab771ce7cc5e5 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 28 Aug 1994 17:00:54 +0000 Subject: [PATCH] Fix it to find the sources if there is an obj directory. Lots of the old doc Makefiles are broken in the same way. This should be fixed centrally. --- share/doc/papers/beyond4.3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/doc/papers/beyond4.3/Makefile b/share/doc/papers/beyond4.3/Makefile index 02150fd6e3f6..bb30a1ad2ca6 100644 --- a/share/doc/papers/beyond4.3/Makefile +++ b/share/doc/papers/beyond4.3/Makefile @@ -5,6 +5,6 @@ DOC= beyond43 MACROS= -ms paper.ps: ${SRCS} - ${TBL} ${SRCS} | ${ROFF} > ${.TARGET} + ${TBL} ${.CURDIR}/${SRCS} | ${ROFF} > ${.TARGET} .include