On Wed, Apr 24, 2002 at 07:40:32PM +0100, pauln@truemesh.com wrote: > Dev86 0.16.0 > elks cvs > egcs-2.91.66 > > Don't have time to look right now: I lied :) The mkcfg script was creating a blank Config.in, This seems to be as it is being clobbered by the Config.tmp file ./mkcfg auto directs to config.in The Makefile automatically clobbers this by redirecting the output to Config.tmp then mv'ing it into place. I enclose a patch that strips the redirects to Config.in Paul