help-make
[Top][All Lists]
Advanced

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

Re: make failing, tabs are fine, missing separator


From: Philip Guenther
Subject: Re: make failing, tabs are fine, missing separator
Date: Wed, 9 Jan 2008 13:30:09 -0700

On Jan 9, 2008 1:10 PM, Russell King <address@hidden> 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




reply via email to

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