From owner-freebsd-questions Sun Jan 21 10:13:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from midas.ifour.com.br (unknown [200.238.229.70]) by hub.freebsd.org (Postfix) with SMTP id EC5F337B400 for ; Sun, 21 Jan 2001 10:13:18 -0800 (PST) Received: (qmail 85627 invoked from network); 21 Jan 2001 15:09:01 -0000 Received: from unknown (HELO ifour.com.br) (192.168.1.11) by 192.168.1.10 with SMTP; 21 Jan 2001 15:09:01 -0000 Message-ID: <3A6B2698.50E20D72@ifour.com.br> Date: Sun, 21 Jan 2001 16:12:40 -0200 From: Gustavo Vieira Goncalves Coelho Rios X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: jim@geekhouse.net Cc: Matthew Emmerton , questions@FreeBSD.ORG Subject: Re: Why make complains ? References: <3A6A6704.F817CEE4@ifour.com.br> <005201c08366$21f34db0$1200a8c0@gsicomp.on.ca> <3A6A6BB9.AE55918@ifour.com.br> <20010121004620.C2687@envy.geekhouse.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim Mock wrote: > > Thanks for your help, but i think that it does not solve the problem. > > > > DEP_EXT = FCGI_IO > > > > FCGI_IO ?= /usr/local/include > > > > main : > > .for _DEP_EXT in ${DEP_EXT} > > .if (${_DEP_EXT} == FCGI_IO) > > echo ${_DEP_EXT} > > .endif > > .endfor > > > > And now: > > > > grios@etosha$ make > > "Makefile", line 1: Malformed conditional ((FCGI_IO == FCGI_IO)) > > "Makefile", line 1: Missing dependency operator > > Erm, read this and then look at your first line. Do you see the > difference? > > - jim Sorry gentleman, But this is my first time using make, so i have no ideia about the problem, May you give the solution. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message