aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-01-25 16:41:47 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-01-25 16:41:47 +0000
commit3279b48916b664d78b652c8358ff0ec06e2cdaca (patch)
tree861477bf198464f4208bf060cfbdf4e189571501 /tools/python/Makefile
parentd63e6e0318369f1d14ec09381f6c96deddcd0fce (diff)
downloadxen-3279b48916b664d78b652c8358ff0ec06e2cdaca.tar.gz
xen-3279b48916b664d78b652c8358ff0ec06e2cdaca.tar.bz2
xen-3279b48916b664d78b652c8358ff0ec06e2cdaca.zip
bitkeeper revision 1.1159.223.40 (41f676cbajLGqFeWFqajtJ3X4OkgoA)
Build system fixes. Signed-off-by: keir.fraser@cl.cam.ac.uk
Diffstat (limited to 'tools/python/Makefile')
-rw-r--r--tools/python/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/python/Makefile b/tools/python/Makefile
index 9d39bd85b4..18bfeb1f7d 100644
--- a/tools/python/Makefile
+++ b/tools/python/Makefile
@@ -3,11 +3,7 @@ all:
python setup.py build
install: all
- if [ "$(DESTDIR)" = "" ]; then \
- python setup.py install; \
- else \
- python setup.py install --root="$(DESTDIR)"; \
- fi
+ python setup.py install --home="$(DESTDIR)/usr"
clean:
rm -rf build *.pyc *.pyo *.o *.a *~