lkml.org 
[lkml]   [2002]   [Jun]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subjectmake dep fails on 2.5.22
Date
From
The problem is in drivers/scsi because of the auto generated header files for 
certain scsi scripts.

It currently errors out for me with my NCR_D700 controller because 53c700.c
requires 53c700_d.h which is an automatically generated header file and thus
doesn't exist when make dep is run.

I can fix this by adding the rule:

$(MODVERDIR)/53c700.ver: 53c700_d.h

but this looks wrong. The dependency is already listed in the existing rule:

53c700.o: 53c700_d.h

Is there any way we can cause make deps to see dynamically generated header
files, which will globally fix the problem? Otherwise, perhaps just adding an
extra variable into the Makefile to tell make dep about the necessary dynamic
headers would be in order?

James


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.042 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site