summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2020-10-25 11:11:29 +0100
committerAlex Bennée <alex.bennee@linaro.org>2020-10-27 17:35:20 +0000
commit7bb0061391cbc27e72dcce8c6a8b0b5f28dcd563 (patch)
tree520453f4170201e01262bfcdddcd567fd1e73854
parent4b164d6f4191ed149ccd37926904093c38ae13af (diff)
tools/libs: let build depend on official headersexperiment/virtio-ioreq
The build target of a library should depend on the official headers of that library, too, as those might be required for building other tools. Signed-off-by: Juergen Gross <jgross@suse.com> Acked-by: Wei Liu <wl@xen.org>
-rw-r--r--tools/libs/libs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libs/libs.mk b/tools/libs/libs.mk
index 325b7b7cea..362066131c 100644
--- a/tools/libs/libs.mk
+++ b/tools/libs/libs.mk
@@ -57,7 +57,7 @@ $(PKG_CONFIG_LOCAL): PKG_CONFIG_LIBDIR = $(CURDIR)
all: build
.PHONY: build
-build: libs libxen$(LIBNAME).map
+build: libs libxen$(LIBNAME).map $(LIBHEADERS)
.PHONY: libs
libs: headers.chk $(LIB) $(PKG_CONFIG_INST) $(PKG_CONFIG_LOCAL)