aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-06-17 13:18:35 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-06-17 13:18:35 +0000
commit03050f6b361ef3d112551966de92af2442ba281f (patch)
tree56cb926bb93417e48e262179e475bd850d3493e4 /Makefile
parentb5cc775627df2f85f5b2cca0a5567d5d2d0f3700 (diff)
downloadxen-03050f6b361ef3d112551966de92af2442ba281f.tar.gz
xen-03050f6b361ef3d112551966de92af2442ba281f.tar.bz2
xen-03050f6b361ef3d112551966de92af2442ba281f.zip
bitkeeper revision 1.976 (40d19a2bvKXJOzsb3SG_AfuBKL1KxA)
trivial Makefile fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb19914601..aed192802c 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ linux-$(LINUX_VER)-xen: pristine-linux-src
# config linux-xen from a specified defaults file
linux_%_config:
$(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen mrproper
- cp $(LINUX_CONFIG_DIR)/config-$(LINUX_VER)-$(subst _config,,$(subst linux_,,$(@))) .config || $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen $(subst linux_,,$(@))
+ cp $(LINUX_CONFIG_DIR)/config-$(LINUX_VER)-$(subst _config,,$(subst linux_,,$(@))) linux-$(LINUX_VER)-xen/.config || $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen $(subst linux_,,$(@))
$(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen oldconfig
$(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen dep