Date: Wed, 11 Sep 1996 22:48:26 -0500 (CDT) From: Dan Walters <hannibal@cyberstation.net> To: current@freebsd.org Subject: quick patch... Message-ID: <Pine.BSI.3.95.960911224536.10652A-100000@citrine.cyberstation.net>
next in thread | raw e-mail | index | archive | help
OK, I ran into this one about a year ago last time I tried to recompile
after installing only a bin dist, and apparently it's still around, so
here's a quick patch if anyone wants to throw it in. Without it, make
world will bomb when it can't find /usr/share/dict/eign....
*** share/doc/papers/memfs/Makefile.orig Wed Sep 11 19:24:05 1996
--- share/doc/papers/memfs/Makefile Wed Sep 11 22:38:59 1996
***************
*** 14,20 ****
${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
${.OBJDIR}/A.gt A.gt: ${.CURDIR}/A.t
${GRIND} < ${.CURDIR}/A.t > A.gt
--- 14,20 ----
${REFER} ${.CURDIR}/0.t ${.CURDIR}/1.t A.gt > ${.TARGET}
${.OBJDIR}/ref.bib.i ref.bib.i: ${.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
======================================================================
Dan Walters
hannibal@cyberstation.net
======================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.960911224536.10652A-100000>
