Use relative path to eign.

Submitted-by: Dan Walters <hannibal@cyberstation.net>
This commit is contained in:
Jordan K. Hubbard 1996-09-12 08:29:14 +00:00
parent 2623d3aa30
commit 1b3e7a155f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18262

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 1.8 (Berkeley) 6/8/93
# $Id: Makefile,v 1.2 1995/01/11 04:10:05 wollman Exp $
# $Id: Makefile,v 1.3 1995/01/22 16:49:22 bde 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} -o ref.bib ${.CURDIR}/ref.bib
${INDXBIB} -c ${.CURDIR}/../../../../contrib/groff/indxbib/eign -o ref.bib ${.CURDIR}/ref.bib
${.OBJDIR}/A.gt A.gt: ${.CURDIR}/A.t
${GRIND} < ${.CURDIR}/A.t > A.gt