From 35dfcf786281b97be825f479b4377af7b474e933 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Fri, 8 Jun 2012 16:43:25 +0100 Subject: 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 Acked-by: George Dunlap Committed-by: Ian Jackson --- tools/pygrub/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/pygrub') 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) -- cgit v1.2.3