aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-08-03 06:46:12 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-08-03 06:46:12 +0000
commit2cb5aef7225f419957337d5146fb2fd571cf0ce7 (patch)
treeaa3e5e7746df76257d662293755fe6c849a71053 /Makefile
parentbf6e09942366e03fb3d83cd7e2f07e8dc4d90c3b (diff)
downloadxen-2cb5aef7225f419957337d5146fb2fd571cf0ce7.tar.gz
xen-2cb5aef7225f419957337d5146fb2fd571cf0ce7.tar.bz2
xen-2cb5aef7225f419957337d5146fb2fd571cf0ce7.zip
bitkeeper revision 1.1108.33.37 (410f34b4tSKy4vuXWLv1f2ZS4QKQ0A)
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 f02a4ab092..6722b9c6e0 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ install-twisted:
install-logging: LOGGING=logging-0.4.9.2
install-logging:
[ -f $(LOGGING).tar.gz ] || wget http://www.red-dove.com/$(LOGGING).tar.gz
- tar -xfz $(LOGGING).tar.gz
+ tar -zxf $(LOGGING).tar.gz
( cd $(LOGGING) && python setup.py install )
# handy target to upgrade iptables (use rpm or apt-get in preference)