From edf116096377a2ae6db6cc59ae5861bbecacc376 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 22 Jan 1995 16:49:22 +0000 Subject: [PATCH] Build ref.bib.i in the object directory. --- share/doc/papers/memfs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/doc/papers/memfs/Makefile b/share/doc/papers/memfs/Makefile index bdc607d88f3..033b7703641 100644 --- a/share/doc/papers/memfs/Makefile +++ b/share/doc/papers/memfs/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 1.8 (Berkeley) 6/8/93 -# $Id$ +# $Id: Makefile,v 1.2 1995/01/11 04:10:05 wollman Exp $ VOLUME= papers DOC= memfs @@ -14,7 +14,7 @@ paper.t: 0.t 1.t ${.OBJDIR}/ref.bib.i ${.OBJDIR}/A.gt ${REFER} ${.CURDIR}/0.t ${.CURDIR}/1.t A.gt > ${.TARGET} ${.OBJDIR}/ref.bib.i ref.bib.i: ${.CURDIR}/ref.bib - ${INDXBIB} ${.CURDIR}/ref.bib + ${INDXBIB} -o ref.bib ${.CURDIR}/ref.bib ${.OBJDIR}/A.gt A.gt: ${.CURDIR}/A.t ${GRIND} < ${.CURDIR}/A.t > A.gt