Subject: Re: imake woes
To: None <ingerrn@cris.com>
From: Masami and Ken Nakata <masami@fa2.so-net.or.jp>
List: netbsd-users
Date: 03/06/1997 11:49:40
On Tue, 4 Mar 1997 16:21:55 -0500 (EST),
xiamin <ingerrn@cris.com> wrote:
> > And I'll bet therre is no file called "1.c" from which it could be
> > compiled, right?  Probably there is something like unix.c or similar
> > and "unix" is predefined by cpp and gets turned into "1" when imake runs...
> 
> and there is a unix.c...

Try renaming unix.c to unix_.c or something, and change the
appropriate references to it in the Imakefile.  That should take care
of it (read h-a-c-k a-r-o-u-n-d).

Ken