Line length limit problem?



While adding the Bessel Y functions to maxima, I've run into a
problem.  After doing a "config.status; make", make complains:

make[1]: *** No rule to make target `plot.lis', needed by `binary-cmucl/maxima.core'.  Stop.

Sure enough, if you look in src/Makefile, the rule for
binary-cmucl/maxima.core is truncated at "plot.lis", instead of
containing the last few files listed in cmucl-depends.mk.

I don't know what processing is happening here to create src/Makefile,
but I'm guessing that we're running into some line-length limitation
of some utility.  Perhaps it's sed?

Ray