[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help with debian/rules - Fixed



Thanks for all the help. I found the following errors:

1. my ifeq was in build target. Never knew it should not be there :(
2. As marcus noted, it was endif and not a fi

Now I am go back to compiling my packages :)

Thanks,
Vaidhy

On Wed, Jan 05, 2000 at 10:24:05AM -0500, Vaidhyanathan Mayilrangam wrote:
> Hi ,
> 
> I need to check the host architecture to configure a software. I tried the 
> following code snippet, but that does not work. 
> 
> ifeq ('$(DEB_HOST_ARCH)','i386')
> 	use_asm386=yes
> else
> 	use_asm386=no
> fi
> 
> any ideas ?
> 
> Regards,
> Vaidhy
> 
> PS: The error message I get is :
> 
> systax error near ifeq ('i386','i386')
> I tried without quotes and that failed too.
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 


Reply to: