Remove space at the end of the distribution variable
authorSapan Bhatia <gwsapan@gmail.com>
Fri, 16 Aug 2013 21:04:55 +0000 (17:04 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Fri, 16 Aug 2013 21:04:55 +0000 (17:04 -0400)
Makefile

index 2065adc..2d9be27 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,9 @@ obj-m += transforward.o
 
 KVER=$(shell uname -r)
 ARCH=$(shell uname -m)
-DIST=fc18 # Is there an easy way of fetching this automatically, short of mapping /etc/redhat-release
+
+# Is there an easy way of fetching this automatically, short of mapping /etc/redhat-release
+DIST=fc18
 
 ifeq ($(wildcard /lib/modules/$(KVER)/build),) 
        KVER=3.10.6-100.$(DIST).$(ARCH)