Line length limit problem?



On Mon, 2002-04-29 at 12:51, Raymond Toy wrote:
> >>>>> "James" == James Amundson <amundson@fnal.gov> writes:
> 
>     James> Which platform and which make? I'm assuming the answer is Solaris to
> 
> Solaris 7 and GNU make 3.78.1.
> 
>     James> both. With GNU Make, "plot.lisp" only occurs in cmucl-depends.mk, which
>     James> is included by Makefile. What does cmucl-depends.mk contain?
> 
> Do you really want all of it?  The last bit of it contains:

Not really. I guess the point is that it isn't truncated.

>         mactex.lisp plot.lisp autol.lisp max_ext.lisp autoconf-variables.lisp init-cl.lisp
> 
>     James> If we're lucky, the problem is some hysteresis in the autotool process.
>     James> Can you try to manually rebuild cmucl-depends.mk, then do a fresh
> 
> How do you do that?  bootstrap?
> 
> Sorry for being dense.

I was being oblique. Try doing 
	make cmucl-depends.mk
in the src directory, then do a fresh configure at the top level.

--Jim