aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pygrub
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2012-06-08 16:43:25 +0100
committerAnthony PERARD <anthony.perard@citrix.com>2012-06-08 16:43:25 +0100
commit35dfcf786281b97be825f479b4377af7b474e933 (patch)
treee4b672a64125c6c30c04ca2e32f881fffd02e633 /tools/pygrub
parentc2b22c5788b1ceb6547851215b20b5d7e57251ef (diff)
downloadxen-35dfcf786281b97be825f479b4377af7b474e933.tar.gz
xen-35dfcf786281b97be825f479b4377af7b474e933.tar.bz2
xen-35dfcf786281b97be825f479b4377af7b474e933.zip
tools/pygrub: Makefile cleanup
This patch removes the extra command `install pygrub` because this is already done by the setup.py script. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: George Dunlap <george.dunlap@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/pygrub')
-rw-r--r--tools/pygrub/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/pygrub/Makefile b/tools/pygrub/Makefile
index af2b8a5ff5..bd22dd41f2 100644
--- a/tools/pygrub/Makefile
+++ b/tools/pygrub/Makefile
@@ -13,7 +13,6 @@ install: all
CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py install \
$(PYTHON_PREFIX_ARG) --root="$(DESTDIR)" \
--install-scripts=$(PRIVATE_BINDIR) --force
- $(INSTALL_PYTHON_PROG) src/pygrub $(DESTDIR)/$(PRIVATE_BINDIR)/pygrub
$(INSTALL_DIR) $(DESTDIR)/var/run/xend/boot
ln -sf $(PRIVATE_BINDIR)/pygrub $(DESTDIR)/$(BINDIR)