Changeset 2260

Show
Ignore:
Timestamp:
02/01/04 23:44:07 (5 years ago)
Author:
mds
Message:

move the CC definition up so it is used in the MODPREF definition

rather than the default (cc)

Files:

Legend:

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

    r2193 r2260  
    8080PREFIX := /usr/local 
    8181 
     82# Your C compiler 
     83CC := gcc 
     84 
    8285# This is the main modules directory into which the modules will be installed. 
    8386# The magic invocation will return something like this: 
     
    163166RMDIR := rmdir 
    164167RM := rm -f 
    165 CC := gcc 
    166168BISON := bison 
    167169FLEX := flex