From f894f8281adfa22acd962401d025897b6df9dc96 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 29 Aug 2006 12:23:11 +0100 Subject: Fix definition of LINUX_VER so that doesn't pickup LINUX_VER3 from mk.linux-2.6-xen. This makes "make mkpatches" work again. Signed-off-by: Ian Campbell --- buildconfigs/Rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconfigs/Rules.mk') diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk index b5da43801c..6eca30ef0a 100644 --- a/buildconfigs/Rules.mk +++ b/buildconfigs/Rules.mk @@ -19,7 +19,7 @@ endif # Expand Linux series to Linux version LINUX_SERIES ?= 2.6 -LINUX_VER ?= $(shell grep "^LINUX_VER" buildconfigs/mk.linux-2.6-xen | sed -e 's/.*=[ ]*//') +LINUX_VER ?= $(shell grep "^LINUX_VER " buildconfigs/mk.linux-2.6-xen | sed -e 's/.*=[ ]*//') # Setup Linux search path LINUX_SRC_PATH ?= .:.. -- cgit v1.2.3