Show
Ignore:
Timestamp:
02/13/00 01:21:54 (9 years ago)
Author:
frodo
Message:

Cleared up where the I2C_HEADERS variable has to point to.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/Makefile

    r675 r734  
    4040# /usr/local/include/linux), set that directory here. Please check this out 
    4141# if you get strange compilation errors; the default Linux i2c headers 
    42 # may be used mistakenly. 
     42# may be used mistakenly. Note: This should point to the directory 
     43# *above* the linux/ subdirectory, so to /usr/local/include in the 
     44# above example. 
    4345I2C_HEADERS=/usr/local/include 
    4446#I2C_HEADERS=$(LINUX_HEADERS)