`kdd' is an unfortunate namespace landgrab.
Signed-off-by: Ian Jackson <[email protected]>
---
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.11.0
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel