From eeddf2c5c7ad7a3f879ff8d01ff7a93fc794d598 Mon Sep 17 00:00:00 2001 From: Frodo Looijaard Date: Mon, 25 Jan 1999 22:04:35 +0000 Subject: [PATCH] Small Makefile typo fix git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@174 7894878c-1315-0410-8ee3-d5d059ff63e0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d86c7e4..d9887457 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ # Uncomment the third line on SMP systems if the magic invocation fails. It # is a bit complicated because SMP configuration changed around kernel 2.1.130 SMP := $(shell if grep -q '^SMP[[:space:]]*=' /usr/src/linux/Makefile || \ - grep -q '^[[:space:]]*\#define[[::space:]]*CONFIG_SMP[[:space:]]*1' /usr/include/linux/autoconf.h ; \ + grep -q '^[[:space:]]*\#define[[:space:]]*CONFIG_SMP[[:space:]]*1' /usr/include/linux/autoconf.h ; \ then echo 1; else echo 0; fi) #SMP := 0 #SMP := 1