On Jan 9, 2008 1:10 PM, Russell King <[EMAIL PROTECTED]> wrote:
> Here is what I have.  I just took out only 1 line.
>
> when I do make I still get this error:
>
> make: *** No rule to make target `(cd', needed by `all'.  Stop.
> =====================
> ./Makefile contents:

What's the output of
    cat -vet Makefile

?

The '-vet' options make cat show the end of each line with a '$' and
to show tabs and control characters with ^I, ^M, etc.  The _desired_
output is something like:
-----
APP_NAME=lama$

all:$
^I(cd src;$(MAKE))$
----etc


Philip Guenther


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to