Changeset 4101

Show
Ignore:
Timestamp:
08/20/06 10:45:57 (2 years ago)
Author:
khali
Message:

Revert previous Makefile change (Silent errors on missing dependency files)
as it appears to break with GNU make 3.81.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c/trunk/CHANGES

    r4071 r4101  
    2121  Makefile: Fix i2c-pcf8584.h installation 
    2222            Fix depmod on non-running kernel version 
    23             Silent errors on missing dependency files 
    2423  i2c-core, i2c.h: Mark block write buffers as const (2.6 backport) 
    2524  i2c-iop3xx: Fix return value of master_xfer method 
  • i2c/trunk/Makefile

    r4068 r4101  
    188188endif 
    189189ifneq ($(MAKECMDGOALS),clean) 
    190 -include $(INCLUDEFILES) 
     190include $(INCLUDEFILES) 
    191191endif 
    192192