Should "make clean" remove src/include/version.h and
src/include/winname.h ? Doing so breaks recompilation without
running configure again (but the point of "clean" is to keep the
configuration...). Shouldn't that removal be moved to distclean?
--
Eric G. Miller <egm2@jps.net>
Eric G. Miller wrote:
Should "make clean" remove src/include/version.h and
src/include/winname.h ? Doing so breaks recompilation without
running configure again (but the point of "clean" is to keep the
configuration...). Shouldn't that removal be moved to distclean?
Yes, it should.
--
Glynn Clements <glynn.clements@virgin.net>
On Wed, Aug 28, 2002 at 03:16:26AM +0100, Glynn Clements wrote:
Eric G. Miller wrote:
> Should "make clean" remove src/include/version.h and
> src/include/winname.h ? Doing so breaks recompilation without
> running configure again (but the point of "clean" is to keep the
> configuration...). Shouldn't that removal be moved to distclean?
Yes, it should.
Done.
Markus