Changeset 4102

Show
Ignore:
Timestamp:
08/20/06 10:46:38 (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
  • lm-sensors/trunk/CHANGES

    r4097 r4102  
    1616  Makefile: Don't grep autoconf.h on user-space targets 
    1717            Fix depmod on non-running kernel version 
    18             Silent errors on missing dependency files 
    1918  Module i2c-ali1535: Drop redundant semaphore (2.6 backport) 
    2019  Module i2c-amd756-s4882: Improve static semaphore initialization 
  • lm-sensors/trunk/Makefile

    r4088 r4102  
    295295ifneq ($(MAKECMDGOALS),package) 
    296296ifneq ($(MAKECMDGOALS),userpackage) 
    297 -include $(INCLUDEFILES) 
     297include $(INCLUDEFILES) 
    298298endif 
    299299endif