On Sat, Jan 17, 2015 at 11:06 AM, SF Markus Elfring
<elfr...@users.sourceforge.net> wrote:
> But the software tool "make 4.1-2.2" does not like
> a specific place in this file at the moment.
>
> …
> parallel-inc.make:247: *** missing separator.  Stop.
>
>
> The mentioned line has got a leading tab character
> for the beginning of a recipe.
> How can this syntax difficulty be resolved now?

A line starting with a tab is only interpreted as part of a recipe if
the previous non-comment line was either a rule or another recipe
line.  If the previous line was an include, a variable assignment, a
vpath setting, etc then the previous recipe is closed and you can't
add another recipe line to it.

Of course, if you had actually quoted the relevant lines from your
Makefile, we could be more precise.


Philip Guenther

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to