From owner-freebsd-current Thu Sep 12 01:30:26 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA21871 for current-outgoing; Thu, 12 Sep 1996 01:30:26 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA21863 for ; Thu, 12 Sep 1996 01:30:23 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id BAA02198; Thu, 12 Sep 1996 01:30:18 -0700 (PDT) To: Dan Walters cc: current@freebsd.org Subject: Re: quick patch... In-reply-to: Your message of "Wed, 11 Sep 1996 22:48:26 CDT." Date: Thu, 12 Sep 1996 01:30:18 -0700 Message-ID: <2196.842517018@time.cdrom.com> From: "Jordan K. Hubbard" 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.... Making things tree-relative like this is always generally a good idea, thanks! Done. Jordan