lkml.org 
[lkml]   [2000]   [Aug]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectMinor Makefile/mkdep bug in 2.2.16
Date

There's nothing currently to say that 53c7,8xx.o depends on
53c7xx_[ud].h in drivers/scsi/Makefile. If these files are missing,
then --
* mkdep ignores them, and
* make doesn't know to rebuild them

I suggest the following one-line patch:

Index: Makefile
===================================================================
RCS file: /wrk/CVSROOT/linux/drivers/scsi/Makefile,v
retrieving revision 1.1.1.8
diff -u -b -r1.1.1.8 Makefile
--- Makefile 2000/05/05 03:50:19 1.1.1.8
+++ Makefile 2000/08/09 00:15:51
@@ -657,6 +657,7 @@
rm fake8.c

53c8xx_u.h: 53c8xx_d.h
+53c7,8xx.o: 53c8xx_u.h

53c7xx_d.h: 53c7xx.scr script_asm.pl
ln -sf 53c7xx.scr fake7.c

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

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