Subject: Re: bsd.prog.mk: Malformed conditional (build problem)
To: None <zuntum@eik.pl>
From: Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
List: current-users
Date: 01/22/2001 22:38:52
In message <20010122143656.A29093@flis.utech.lublin.pl>
	on Mon, 22 Jan 2001 14:36:56 +0100,
	Tomasz Luchowski <zuntum@eik.pl> wrote:
> zuntum@zunpc:/usr/src/usr.bin/make# make
> "/usr/share/mk/bsd.prog.mk", line 132: Malformed conditional (!commands(${PROG}))
> "/usr/share/mk/bsd.prog.mk", line 142: if-less endif
> "/usr/share/mk/bsd.prog.mk", line 142: Need an operator
...
> Please help ;) current src checkouted yesterday, updated today.
> I already booted the new kernel (1.5Q). I'm i386.
Update make(1) first.  Following step would help.

# cd /usr/src/usr.bin/make
# cc -o make -Ilst.lib *.c lst.lib/*.c
# mv /usr/bin/make /usr/bin/make.old
# mv make /usr/bin

Cheers.

--
Takahiro Kambe <taca@sky.yamashina.kyoto.jp>