Changeset 3456 for i2c/trunk/Makefile

Show
Ignore:
Timestamp:
02/27/00 23:20:16 (13 years ago)
Author:
frodo
Message:

Fixed Makefile

# This is the directory into which the header files will be installed.
#LINUX_INCLUDE_DIR := $(LINUX_HEADERS)/linux
instead of
#LINUX_INCLUDE_DIR := $(LINUX_HEADERS)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/Makefile

    r3431 r3456  
    7272# the default should work. This is ignored for the i2c build system. 
    7373LINUX_INCLUDE_DIR := /usr/local/include/linux 
    74 #LINUX_INCLUDE_DIR := $(LINUX_HEADERS) 
     74#LINUX_INCLUDE_DIR := $(LINUX_HEADERS)/linux 
    7575 
    7676# If you want to isntall everything at some other place then at which