build: use $(DESTDIR)x instead of $(DESTDIR)/x
commit6c11dda922915aaaa032db4462294e8df45f7441
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 21 May 2019 14:53:18 +0000 (21 15:53 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 28 Jun 2019 13:12:14 +0000 (28 14:12 +0100)
treee66d2d56786cd6a6decc22fcc3fad9da8cf6e829
parent474f3938d79ab36b9231c9ad3b5a9314c2aeacde
build: use $(DESTDIR)x instead of $(DESTDIR)/x

The GNU make manual[1] demonstrates $(DESTDIR)$(bindir)/foo and QEMU
mostly follows that.  There are just a few instances of
$(DESTDIR)/$(bindir)/foo.  Fix these inconsistencies.

[1] https://www.gnu.org/software/make/manual/html_node/DESTDIR.html

Cc: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20190521145318.12787-1-stefanha@redhat.com
Message-Id: <20190521145318.12787-1-stefanha@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Makefile