From owner-freebsd-current Wed Sep 11 20:48:35 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA29904 for current-outgoing; Wed, 11 Sep 1996 20:48:35 -0700 (PDT) Received: from citrine.cyberstation.net (hannibal@citrine.cyberstation.net [205.167.0.5]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id UAA29887 for ; Wed, 11 Sep 1996 20:48:29 -0700 (PDT) Received: from localhost (hannibal@localhost) by citrine.cyberstation.net (8.6.12/8.6.12) with SMTP id WAA10884 for ; Wed, 11 Sep 1996 22:48:27 -0500 Date: Wed, 11 Sep 1996 22:48:26 -0500 (CDT) From: Dan Walters To: current@freebsd.org Subject: quick patch... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 ======================================================================