aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-07-12 22:08:06 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-07-12 22:08:06 +0000
commitc9368872530bce47fdd173421a2404979bbae94f (patch)
tree0cd4ec2b7d13f4a7348619e51544df86054d32aa /Makefile
parent094db8c13bef94fb02c551258defed0df5872082 (diff)
downloadxen-c9368872530bce47fdd173421a2404979bbae94f.tar.gz
xen-c9368872530bce47fdd173421a2404979bbae94f.tar.bz2
xen-c9368872530bce47fdd173421a2404979bbae94f.zip
bitkeeper revision 1.1068.1.1 (40f30bc6KZGcPgiMDuS9kk_GR0oHTQ)
Use http rather than ftp for 'make world'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 571d0b23a6..1b41398378 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ LINUX_SRC ?= $(firstword $(foreach dir,$(subst :, ,$(LINUX_SRC_PATH)),\
pristine-linux-src:
ifeq ($(LINUX_SRC),)
@echo "Cannot find linux-$(LINUX_VER).tar.gz in path $(LINUX_SRC_PATH)"
- @wget ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-$(LINUX_VER).tar.bz2 -O./linux-$(LINUX_VER).tar.bz2
+ @wget http://www.kernel.org/pub/linux/kernel/v2.4/linux-$(LINUX_VER).tar.bz2 -O./linux-$(LINUX_VER).tar.bz2
LINUX_SRC := ./linux-$(LINUX_VER).tar.bz2
endif