summaryrefslogtreecommitdiffstats
path: root/share/doc/papers
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-08-28 17:00:54 +0000
committerbde <bde@FreeBSD.org>1994-08-28 17:00:54 +0000
commit6a06e1d77ab8206db14ddfbf94828d01468dbb52 (patch)
tree139e276b1016e6fb6959ac4336a4df3f71d33fa0 /share/doc/papers
parentd59fcde5ba8df9e7fdac738914758df851827a60 (diff)
downloadFreeBSD-src-6a06e1d77ab8206db14ddfbf94828d01468dbb52.zip
FreeBSD-src-6a06e1d77ab8206db14ddfbf94828d01468dbb52.tar.gz
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.
Diffstat (limited to 'share/doc/papers')
-rw-r--r--share/doc/papers/beyond4.3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/papers/beyond4.3/Makefile b/share/doc/papers/beyond4.3/Makefile
index 02150fd..bb30a1a 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 <bsd.doc.mk>
OpenPOWER on IntegriCloud