From 326450f67e011c6cb6ced17c8dcb5e7a8442057d Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 9 Mar 2006 21:17:45 +0100 Subject: Clean up the usage of CFLAGS. This is nice for packagers, who would like to control the base compilation flags from a central place. Signed-off-by: Charles Coffing --- tools/xenmon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xenmon') diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile index 6ff8391f9c..ffdca8049e 100644 --- a/tools/xenmon/Makefile +++ b/tools/xenmon/Makefile @@ -20,7 +20,7 @@ sbindir=/usr/sbin XEN_ROOT=../.. include $(XEN_ROOT)/tools/Rules.mk -CFLAGS += -Wall -Werror -g +CFLAGS += -Werror -g CFLAGS += -I $(XEN_XC) CFLAGS += -I $(XEN_LIBXC) LDFLAGS += -L $(XEN_LIBXC) -- cgit v1.2.3