From 9ac91e90a41df3858bd22a9658179778f6019490 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org" Date: Tue, 14 Nov 2006 06:39:24 +0000 Subject: Use /lib/modules/$(uname -r)/build instead of /usr/src/linux as KERNEL_DIR default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5c8d07..cc1de3b 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ TOPLEVEL_INCLUDED=YES ifndef KERNEL_DIR -KERNEL_DIR=/usr/src/linux +KERNEL_DIR="/lib/modules/$(shell uname -r)/build" endif IPTABLES_VERSION:=1.3.6 OLD_IPTABLES_VERSION:=1.3.5 -- cgit v1.2.3