]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
tools/debugger/kdd: Install as `xen-kdd', not just `kdd'
authorIan Jackson <ian.jackson@citrix.com>
Fri, 28 Sep 2018 14:30:54 +0000 (15:30 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 15 Oct 2018 13:49:33 +0000 (14:49 +0100)
`kdd' is an unfortunate namespace landgrab.

Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
tools/debugger/kdd/Makefile

index 5509eee68c0ccbc0ced622e7a33f4f9872a671e6..26116949d459ff0886200b3c7af7a16e8f981ecb 100644 (file)
@@ -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