Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2001 02:35:16 -0200
From:      Gustavo Vieira Goncalves Coelho Rios <gustavo@ifour.com.br>
To:        questions@freebsd.org
Subject:   Why make complains ?
Message-ID:  <3A6A6704.F817CEE4@ifour.com.br>

next in thread | raw e-mail | index | archive | help
I am trying to get this Makefile running:


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


 but all i get is:

grios@etosha$ make
"Makefile", line 1: Malformed conditional (FCGI_IO == FCGI_IO)
"Makefile", line 1: Need an operator
"Makefile", line 3: if-less endif
"Makefile", line 3: Need an operator
make: fatal errors encountered -- cannot continue
grios@etosha$ 


May some tell what is happening?


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A6A6704.F817CEE4>