> In today's CVS (main branch), there's a problem with
> ghc/compiler/nativeGen/PprMach.lhs. If you `make boot', the
> mkdependHS scipt
> gacks. This is due to the following bit on line 404:
>
> SLIT(".text\n\t.align 4,0x90")
>
> It complains that there are "too many arguments to SLIT". I
> changed the comma
> to a space, and marvelously, the problem went away.
> Obviously, someone is
> getting confused about the fact that the comma is in quotes.
I've made a fix to this but haven't checked it in yet.
I will do so sometime today.
J