grundler

grundler@puffin.external.hp.com grundler@puffin.external.hp.com
Sun, 17 Oct 1999 22:11:22 -0600 (MDT)


Update of /home/cvs/parisc/linux/drivers/scsi
In directory puffin.external.hp.com:/tmp/cvs-serv17135/drivers/scsi

Modified Files:
	Makefile 
Log Message:

Problem: 53c7xx.o gets rebuilt on every make.
Solution: Kudos to "William M. Brack" <wbrack@mmm.com.hk> for tracking
   this down. Just need to remove the $(CC) command which is the default
   rule. Bill noted the implicit rule also creates ".53c7xx.o.flags"
   and this "flags" file timestamp *is* tested by other implicit rules.