From: Ian Campbell Date: Tue, 29 Aug 2006 11:23:11 +0000 (+0100) Subject: Fix definition of LINUX_VER so that doesn't pickup LINUX_VER3 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15679^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f894f8281adfa22acd962401d025897b6df9dc96;p=xen.git 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 --- 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 ?= .:..