Changeset 4101 for i2c/trunk/Makefile

Show
Ignore:
Timestamp:
08/20/06 10:45:57 (7 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:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/Makefile

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