From: Anthony PERARD Date: Mon, 6 Dec 2021 17:02:32 +0000 (+0000) Subject: libs/toolcore: don't install xentoolcore_internal.h anymore X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~1195 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e2ddc82be487bbd9b2de362bcfbafd366d86717d;p=xen.git libs/toolcore: don't install xentoolcore_internal.h anymore With "xentoolcore_internal.h" been in LIBHEADER, it was installed. But its dependency "_xentoolcore_list.h" wasn't installed so the header couldn't be used anyway. This patch also mean that the rule "headers.chk" doesn't check it anymore as well. Signed-off-by: Anthony PERARD Reviewed-by: Juergen Gross --- diff --git a/tools/libs/toolcore/Makefile b/tools/libs/toolcore/Makefile index 3550786491..ed4ae00694 100644 --- a/tools/libs/toolcore/Makefile +++ b/tools/libs/toolcore/Makefile @@ -5,7 +5,7 @@ MAJOR = 1 MINOR = 0 AUTOINCS := $(XEN_INCLUDE)/_xentoolcore_list.h -LIBHEADER := xentoolcore.h xentoolcore_internal.h +LIBHEADER := xentoolcore.h SRCS-y += handlereg.c