Subject: Re: Malformed conditional (!empty(MANINSTALL:Mcatinstall))
To: Jeremy C. Reed <reed@reedmedia.net>
From: Simon J. Gerraty <sjg@crufty.net>
List: tech-pkg
Date: 08/21/2003 11:52:43
>> >(It works fine with make from NetBSD 1.6.1_STABLE under NetBSD.)
>>
>> Sure?  I just tried:
>>
>> /NetBSD/tools/1.6.X/NetBSD-1.6.1_STABLE-i386/bin/nbmake

>I mean /usr/bin/make as installed with NetBSD 1.6.1_STABLE. It is:

Yep, the idents all match.  Can you please try the following makefile:


FOO=man
.if !empty(MANINSTALL:Mcatinstall)
FOO+= cat
.endif

all:
	@echo LIST=${FOO}
	@echo MANINSTALL=${MANINSTALL}

Thanks
--sjg