On Mon, 20 Mar 2000, Fr3dY wrote:
> Hi! What files should I recompile in order to build Lynx again but
> with different userdefs.h and lynx_cfg.h? I wanna avoid to do the
> whole thing again.
You should recompile everything ('make clean'), unless you know exactly
that the changes you made accect only some source files. (You'd need
to be very familiar with the source for that.) Not all dependencies are
reflected in the makefiles (actually, most are not).
Exception: if 'make depend' works right on your system, make should
automatically take care of dependencies ater running 'make depend';
I have not tested this recently. (Even then, you'd recompile much
too much after changing userdefs.h or lynx_cfg.h - nearly every other
file includes them.)
Klaus