Minor Makefile/mkdep bug in 2.2.16

From: Peter Chubb (peterc@aurema.com)
Date: Tue Aug 08 2000 - 19:16:12 EST


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/



This archive was generated by hypermail 2b29 : Tue Aug 15 2000 - 21:00:16 EST