bug-gnu-chess
[Top][All Lists]
Advanced

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

Re: Makefile fails


From: Stuart Cracraft
Subject: Re: Makefile fails
Date: Sat, 01 Dec 2001 02:13:19 +0800

Typically happens because your 
Makefile doesn't have tabs in
front of the commands underneath
targets, i.e.

target: dependencylist
       command

So the plaintext before "command" is not a single
tab as it should be.

See if changing that to a single tab for the entire
Makefile affects your outcome.

-----Original Message-----
From: Sonny Rajagopalan <address@hidden>
Date: Fri, 30 Nov 2001 12:28:30 -0500 (EST)
To:  address@hidden
Subject: Makefile fails


> with
> 
> make: Fatal error in reader: Makefile, line 84: Unexpected end of line seen
> 
> any clues?
> 
> i looked at the source and cannot find anything wrong. maybe i am totally
> missing something...
> 
> 

-- 





reply via email to

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