aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@tetris.cl.cam.ac.uk <iap10@tetris.cl.cam.ac.uk>2004-11-04 10:59:36 +0000
committeriap10@tetris.cl.cam.ac.uk <iap10@tetris.cl.cam.ac.uk>2004-11-04 10:59:36 +0000
commitac7140a6997c507c2c8a4d807e9f9f42f0a22c49 (patch)
treecf4784074342ab4f670cb4d9f816df39fb0c0c9e
parentaae8f96153c8dfb75575d05055fa209672380018 (diff)
downloadxen-ac7140a6997c507c2c8a4d807e9f9f42f0a22c49.tar.gz
xen-ac7140a6997c507c2c8a4d807e9f9f42f0a22c49.tar.bz2
xen-ac7140a6997c507c2c8a4d807e9f9f42f0a22c49.zip
bitkeeper revision 1.1159.1.366 (418a0b98q2chOhlhf0-KiKYFmOBzWA)
minor makefile update
-rw-r--r--linux-2.4.27-xen-sparse/arch/xen/Makefile2
-rw-r--r--linux-2.6.9-xen-sparse/arch/xen/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/linux-2.4.27-xen-sparse/arch/xen/Makefile b/linux-2.4.27-xen-sparse/arch/xen/Makefile
index 1db1b7f1b6..2693373aad 100644
--- a/linux-2.4.27-xen-sparse/arch/xen/Makefile
+++ b/linux-2.4.27-xen-sparse/arch/xen/Makefile
@@ -115,7 +115,7 @@ install: bzImage
install -m0664 System.map $(INSTALL_PATH)/boot/System.map-$(INSTALL_NAME)$(INSTALL_SUFFIX)
dist:
- $(MAKE) INSTALL_PATH=../install install
+ $(MAKE) INSTALL_PATH=../dist/install install
%_config: arch/xen/defconfig-%
rm -f .config arch/xen/defconfig
diff --git a/linux-2.6.9-xen-sparse/arch/xen/Makefile b/linux-2.6.9-xen-sparse/arch/xen/Makefile
index add0e416b9..1740ab6f7e 100644
--- a/linux-2.6.9-xen-sparse/arch/xen/Makefile
+++ b/linux-2.6.9-xen-sparse/arch/xen/Makefile
@@ -55,7 +55,7 @@ install: vmlinuz
mkdir -p $(INSTALL_PATH)/usr/include/xen/linux
install -m0644 include/asm-xen/linux-public/*.h $(INSTALL_PATH)/usr/include/xen/linux
dist:
- $(MAKE) INSTALL_PATH=../install install
+ $(MAKE) INSTALL_PATH=../dist/install install
archclean:
@if [ -e arch/xen/arch ]; then $(MAKE) $(clean)=arch/xen/arch; fi;