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 <jgr...@suse.com> --- tools/libs/libs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libs/libs.mk b/tools/libs/libs.mk index 959ff91a56..b0e785b380 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) -- 2.26.2