Subject: Re: make build error for source upto Feb 17, 2001
To: Clarence Chan <ein@netvigator.com>
From: Eric Haszlakiewicz <erh@nimenees.com>
List: current-users
Date: 02/18/2001 13:00:59
On Sun, Feb 18, 2001 at 10:21:56PM +0800, Clarence Chan wrote:
> I can't rebuilding the make.  The same error occurs.
Try:
	cd usr.bin/make
	cc *.c */*.c -I . -o make
	mv make /usr/bin

eric