aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/Rules.mk
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2006-08-29 12:23:11 +0100
committerIan Campbell <ian.campbell@xensource.com>2006-08-29 12:23:11 +0100
commitf894f8281adfa22acd962401d025897b6df9dc96 (patch)
treef19c56f0a2879f89e1c432194b255a0dbb439ff3 /buildconfigs/Rules.mk
parent7340fac441b080a756d3564ffb4a05d23a79a0cb (diff)
downloadxen-f894f8281adfa22acd962401d025897b6df9dc96.tar.gz
xen-f894f8281adfa22acd962401d025897b6df9dc96.tar.bz2
xen-f894f8281adfa22acd962401d025897b6df9dc96.zip
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 <ian.campbell@xensource.com>
Diffstat (limited to 'buildconfigs/Rules.mk')
-rw-r--r--buildconfigs/Rules.mk2
1 files changed, 1 insertions, 1 deletions
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 ?= .:..