From: Anthony PERARD Date: Fri, 25 Feb 2022 15:13:12 +0000 (+0000) Subject: libs/store: use of -iquote instead of -I X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~542 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4541f1642777f9ac2d5c292467208e7d923a9a4b;p=xen.git libs/store: use of -iquote instead of -I Signed-off-by: Anthony PERARD Reviewed-by: Juergen Gross --- diff --git a/tools/libs/store/Makefile b/tools/libs/store/Makefile index 778da51f95..2334c953bb 100644 --- a/tools/libs/store/Makefile +++ b/tools/libs/store/Makefile @@ -22,7 +22,7 @@ CFLAGS += -DXEN_LIB_STORED="\"$(XEN_LIB_STORED)\"" CFLAGS += -DXEN_RUN_STORED="\"$(XEN_RUN_STORED)\"" vpath xs_lib.c $(XEN_ROOT)/tools/xenstore -CFLAGS += -I $(XEN_ROOT)/tools/xenstore +CFLAGS += -iquote $(XEN_ROOT)/tools/xenstore xs.opic: CFLAGS += -DUSE_PTHREAD ifeq ($(CONFIG_Linux),y)