Re: [ILUG] hating make

From: Kenn Humborg (kenn at domain linux.ie)
Date: Wed 26 Jul 2000 - 11:00:18 IST


On Wed, Jul 26, 2000 at 10:37:14AM +0100, gormo at domain itc.nuigalway.ie wrote:
> ifeq ($(PLATFORM),ALPHA)
> CC = f90 #this is line 13
> else
> CC = pghpf
> endif
> .
> .
> .
> I get the *helpfull* error message:
>
> [gormo at domain zag X_Shan97]$ make d2q9shan_Serial
> Make: Makefile: Must be a separator on line 13. Stop.

Does line 13 start with a TAB or with spaces? Should be a TAB if it
is part of a rule. If it is a variable assignment, then I've
always seen them written with _no_ leading spaces. Try taking
out the spaces/tab.

Later,
Kenn



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:06:59 GMT