projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74c01e3
)
libs/store: use of -iquote instead of -I
author
Anthony PERARD
<anthony.perard@citrix.com>
Fri, 25 Feb 2022 15:13:12 +0000
(15:13 +0000)
committer
Julien Grall
<jgrall@amazon.com>
Thu, 16 Jun 2022 15:58:50 +0000
(16:58 +0100)
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
tools/libs/store/Makefile
patch
|
blob
|
history
diff --git
a/tools/libs/store/Makefile
b/tools/libs/store/Makefile
index 778da51f959e5670bee8f0be233d94a22cce8fab..2334c953bb035fb6ecd4846e96ab7b8c8067c557 100644
(file)
--- 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)