tools/pygrub: Makefile cleanup
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 8 Jun 2012 15:43:25 +0000 (16:43 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Fri, 8 Jun 2012 15:43:25 +0000 (16:43 +0100)
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>
tools/pygrub/Makefile

index af2b8a5ff52025fc9cb19146535c4c012358658c..bd22dd41f246dc5c84bf746988c17b9bd3b75adc 100644 (file)
@@ -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)