On Thu, Mar 20, 2003 at 05:49:01PM +0100, Luca Andreucci wrote:
> 
> this seems to be the lines from the Makefile which cause error
> 
> COMPILER_VERSION := $(shell $(CC) --version)
> IS_GCC_30 := $(shell if echo $(COMPILER_VERSION) | $(GREP) -q '^3\.0'; then 
> echo yes; else echo no; fi)
> 
> I am in a GREAT hurry and can't provide further detail for now...  sorry

That's a bug in their makefiles then.  Put quotes around
$(COMPILER_VERSION).

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


Reply via email to