2.1.14 bug

Bernhard Rosenkraenzer (linux@startrek.in-trier.de)
Tue, 10 Dec 1996 16:57:01 +0100 (MET)


There is a bug in dependency generation in 2.1.14. I'm not using an NCR
SCSI controller, and yet, make zImage breaks down commenting it can't make
<linux/scsicam.h>, required by drivers/scsi/ncr53c8xx.h.
What's worse, ncr53c8xx.h doesn't include <linux/scsicam.h>, it includes
<scsi/scsicam.h>, which is correct. LINUX_VERSION_CODE is set correctly.

Have there been changes to the compilation process, looking for the
#include lines in every file even if they're in an #ifdef or #if
statement?

LLaP
bero