From 7379848b6670a04877441538ba75ac6ddc8e0d37 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 18 Dec 2000 01:12:36 +0000 Subject: [PATCH] Support Kernel 2.4.x builds --- src/config/Makefile.i386_linux24 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/Makefile.i386_linux24 b/src/config/Makefile.i386_linux24 index 7964e62e9..a789a230b 100644 --- a/src/config/Makefile.i386_linux24 +++ b/src/config/Makefile.i386_linux24 @@ -3,10 +3,10 @@ AFS_OSTYPE = LINUX # Base directory for linux kernel source. Actually a prefix which is complete # when LINUX_VERS is appended to it. -LINUX_SRCDIR = /usr/src/linux- +LINUX_SRCDIR = $(KSRC) # Default list of Linux kernels to build. Build will run only if all # can be built. To build a different set, specify LINUX_VERS to make. -LINUX_VERS = 2.3.99-pre3 +LINUX_VERS = $(KVERS) # # compilation and link editor flags -- 2.39.5