Re: [XEN PATCH 50/57] tools/Rules.mk: Cleanup %.pc rules
On 06/12/2021 17:02, Anthony PERARD wrote: > PKG_CONFIG_VARS isn't used anymore. isn't set any more, so is dead logic. Will tweak on commit. ~Andrew
[XEN PATCH 50/57] tools/Rules.mk: Cleanup %.pc rules
PKG_CONFIG_VARS isn't used anymore. For "local" pkg-config file, we only have one headers directory now, "tools/include", so there is no need to specify it twice. So remove $(CFLAGS_xeninclude) from "Cflags:". Signed-off-by: Anthony PERARD --- tools/Rules.mk | 4 +--- 1 file changed, 1 insertion