Subject: Re: Compile Login.c
To: Jean Pierre Telschow <jeanp@ciser.com.br>
From: Jachym Holecek <freza@psi.cz>
List: tech-userlevel
Date: 03/10/2004 15:45:37
Hello,

> 	I doing some changes on login.c, but when i try
> recompile is returned the following errors...

There's more then one login.c in src... ;-)

> -su-2.05b$ make
> "Makefile", line 14: Malformed conditional ((${USE_SKEY} != "no"))
> "Makefile", line 14: Missing dependency operator
> "Makefile", line 18: if-less endif
> "Makefile", line 18: Need an operator
> "Makefile", line 31: Malformed conditional ((${USE_KERBEROS} != "no"))
> "Makefile", line 31: Missing dependency operator
> "Makefile", line 37: Malformed conditional ((${USE_KERBEROS4} != "no"))
> "Makefile", line 37: Missing dependency operator
> "Makefile", line 42: if-less endif
> "Makefile", line 42: Need an operator
> "Makefile", line 46: if-less endif
> "Makefile", line 46: Need an operator
> make: fatal errors encountered -- cannot continue

You don't give details about your environment, could it be your make
is outdated?

	Regards,
		-- Jachym Holecek