Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Make problem - zsh 2.6-beta13 under NeXTSTEP3.3
- X-seq: zsh-workers 875
- From: "Richard J. Coleman" <coleman@xxxxxxxxxxxxxxx>
- To: Andrew_Forkes@xxxxxxxxxxxx
- Subject: Re: Make problem - zsh 2.6-beta13 under NeXTSTEP3.3
- Date: Sat, 30 Mar 1996 02:44:14 -0500
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: Your message of "Fri, 29 Mar 1996 16:03:14 GMT." <9603291603.AA12430@xxxxxxxxxxxx>
> Hi,
>
> I have been trying to install zsh 2.6-beta13 under
> NeXTSTEP-Intel486-V3.3, but have come across an error while trying to
> build the distribution:
>
> Make compiles up the source (Src) directory no problems, and then moves
> forward to the Doc directory, after which I receive a "No Suffix list."
> error. I also notice it on the very first line after starting a make.
>
> No suffix list.
> No suffix list.
> No suffix list.
> No suffix list.
> No suffix list.
>
> Any clues to a fix would be great. BTW, I'm not a member of this list.
It's not really an error. It's NeXT's make being overly bitchy
about something that's not a problem. The lines
.SUFFIX
are just clearing the default suffix list for that Makefile.
I added those since certain makes (particularly GNU make) are overly
aggressive about firing off default rules.
Don't worry about it. It doesn't hurt anything.
rc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author