help-make
[Top][All Lists]
Advanced

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

Re: Simple Makefile problem


From: Mike Pelley
Subject: Re: Simple Makefile problem
Date: Tue, 28 Aug 2001 09:48:48 -0400

> > $error(no good)
> 
> This is not the right syntax.

Sorry, that's what I get for retyping.  Here is a cut and paste:

MIKE := x
ifeq "$(MIKE)" "x"
$(error no good)
endif

all:
        echo hi

Any thoughts?  It seems to be exactly like the example in make's info
file.

Thanks!  Mike.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]