diff options
Diffstat (limited to 'tools/libxc/Makefile')
-rw-r--r-- | tools/libxc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 81fcdc2750..41b024d273 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -7,7 +7,7 @@ INSTALL_DIR = $(INSTALL) -d -m0755 MAJOR = 3.0 MINOR = 0 -CC = gcc +CC = sparse XEN_ROOT = ../.. include $(XEN_ROOT)/tools/Rules.mk |