From 5eb3eea12012710be866548589aced85eed0c1c5 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 16 Aug 2013 17:00:44 -0400 Subject: [PATCH] Typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78b34dd..2065adc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ARCH=$(shell uname -m) DIST=fc18 # Is there an easy way of fetching this automatically, short of mapping /etc/redhat-release ifeq ($(wildcard /lib/modules/$(KVER)/build),) - KVER=3.10.6-100.$(DIST).$(KVER) + KVER=3.10.6-100.$(DIST).$(ARCH) endif all: -- 2.43.0