From 70c7c34cc6a14183e9548de254cf7e9b59b123f6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 28 Sep 2018 15:30:54 +0100 Subject: [PATCH] tools/debugger/kdd: Install as `xen-kdd', not just `kdd' `kdd' is an unfortunate namespace landgrab. Signed-off-by: Ian Jackson Acked-by: Tim Deegan --- tools/debugger/kdd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/debugger/kdd/Makefile b/tools/debugger/kdd/Makefile index 5509eee68c..26116949d4 100644 --- a/tools/debugger/kdd/Makefile +++ b/tools/debugger/kdd/Makefile @@ -24,8 +24,8 @@ distclean: clean .PHONY: install install: all [ -d $(DESTDIR)$(sbindir) ] || $(INSTALL_DIR) $(DESTDIR)$(sbindir) - $(INSTALL_PROG) kdd $(DESTDIR)$(sbindir)/kdd + $(INSTALL_PROG) kdd $(DESTDIR)$(sbindir)/xen-kdd .PHONY: uninstall uninstall: - rm -f $(DESTDIR)$(sbindir)/kdd + rm -f $(DESTDIR)$(sbindir)/xen-kdd -- 2.30.2