Changeset 174

Show
Ignore:
Timestamp:
01/25/99 23:04:35 (14 years ago)
Author:
frodo
Message:

Small Makefile typo fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/Makefile

    r168 r174  
    2525# is a bit complicated because SMP configuration changed around kernel 2.1.130 
    2626SMP := $(shell if grep -q '^SMP[[:space:]]*=' /usr/src/linux/Makefile || \ 
    27                   grep -q '^[[:space:]]*\#define[[::space:]]*CONFIG_SMP[[:space:]]*1' /usr/include/linux/autoconf.h ; \ 
     27                  grep -q '^[[:space:]]*\#define[[:space:]]*CONFIG_SMP[[:space:]]*1' /usr/include/linux/autoconf.h ; \ 
    2828               then echo 1; else echo 0; fi) 
    2929#SMP := 0