mk: do not install meson.build in usertools
authorTimothy Redaelli <tredaelli@redhat.com>
Tue, 27 Nov 2018 19:35:32 +0000 (20:35 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 18 Dec 2018 23:59:13 +0000 (00:59 +0100)
commitd80a21eb720b009da224c8a97879a00360b3066b
treeb98bc325fe7653238143c7b9f994f2bea226c8d0
parent592a13c9e6739b07e6657def5df5cd1e7abe2423
mk: do not install meson.build in usertools

In commit 7dd34c71de2a ("usertools: install with meson") meson.build was
added in usertools directory and so it's copied to $(datadir)/usertools
with "make install".

This patch avoids to copy meson.build when installing usertools with
"make install".

Fixes: 7dd34c71de2a ("usertools: install with meson")
Cc: stable@dpdk.org
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Acked-by: Luca Boccassi <bluca@debian.org>
mk/rte.sdkinstall.mk