[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Makefile fails
From: |
Sonny Rajagopalan |
Subject: |
Re: Makefile fails |
Date: |
Fri, 30 Nov 2001 14:35:36 -0500 (EST) |
Thanks...
but that wasn't the problem. the problem was i needed to use gmake instead
of make!
i played a game too. neat.
cheers,
sonny.
----
>From the desk of Sonny Rajagopalan @ http://www.cis.udel.edu/~rajagopa
----
On Sat, 1 Dec 2001, Stuart Cracraft wrote:
> 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...
> >
> >
>
> --
>
>
>