Changeset 5710

Show
Ignore:
Timestamp:
04/20/09 10:42:11 (4 years ago)
Author:
khali
Message:

Include generated source files in dependency checking.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r5709 r5710  
    55  isadump: Use geteuid instead of getuid so that setuid bit works 
    66  isaset: Use geteuid instead of getuid so that setuid bit works 
     7  Makefile: Include generated source files in dependency checking 
    78  sensors-detect: Add nNidia nForce MCP78S SMBus detection 
    89                  Display Super-I/O address even if LD is disabled 
  • lm-sensors/trunk/lib/Module.mk

    r5663 r5710  
    8484 
    8585# Include all dependency files 
    86 INCLUDEFILES += $(LIBCSOURCES:.c=.ld) $(LIBCSOURCES:.c=.ad) 
     86INCLUDEFILES += $(LIBSHOBJECTS:.lo=.ld) $(LIBSTOBJECTS:.ao=.ad) 
    8787 
    8888# Special warning prevention for flex-generated files