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: Dave Korn
Subject: RE: make failing, tabs are fine, missing separator
Date: Wed, 9 Jan 2008 14:23:50 -0000

On 09 January 2008 02:31, Russell King wrote:

> Trying to do make on the app is failing.  Tabs for make files are good.  I
> am getting the following errors: 
> 
> Makefile:23: *** missing separator.  Stop.
> 
> This happens right after the line:
> 
> all:
> 
>     (cd src;$(MAKE))
> 
> in ./Makefile. 

  You left a blank line between the target and the rules.  That acts as a
separator, so make doesn't know your command line is part of the rule; it
thinks it's an entirely new top-level structure, and issues its generic
i-can't-parse-this error message.  Delete the blank line and you should be ok.



    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....





reply via email to

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