Subject: Re: bsd.prog.mk: Malformed conditional (build problem)
To: Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
From: Tomasz Luchowski <zuntum@eik.pl>
List: current-users
Date: 01/22/2001 14:51:20
On Mon, Jan 22, 2001 at 10:38:52PM +0900, Takahiro Kambe wrote:
> # cd /usr/src/usr.bin/make
> # cc -o make -Ilst.lib *.c lst.lib/*.c
should be cc -o make -I. -Ilst.lib *.c lst.lib/*.c
> # mv /usr/bin/make /usr/bin/make.old
> # mv make /usr/bin

Thank you, this solved my problem. It would be nice to put the solution
into src/UPDATES (I didn't find anything related to my problem).

-- 
/* [zuntum] zuntum@eik.pl , [WWW] http://zuntum.net */