Subject: Re: My makefiles are all broken.
To: Hisashi T Fujinaka <htodd@twofifty.com>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 07/20/2003 09:53:11
On Sat, Jul 19, 2003 at 04:32:16PM -0700, Hisashi T Fujinaka wrote:
> For some reason, I keep getting the same message:
> Missing }.
> 
> For example:
> htodd@allison:/usr/src/lib/libc > make includes
> Missing }.

This is not a message our /usr/bin/make would ever output, if I grepped the
source correctly.

Are you using a shell with aliases? Is "make" an alias? If so, I bet there
is something wrong in your alias value...

Martin