From 6311dc03dac464cba03979b6b4eba804b0bb0613 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 17 Oct 2006 15:57:05 +0100 Subject: Clean up duplication of 'install' macros in the Makefiles. Signed-off-by: John Levon --- tools/xenmon/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'tools/xenmon') diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile index 3d46dbe548..725567d619 100644 --- a/tools/xenmon/Makefile +++ b/tools/xenmon/Makefile @@ -10,16 +10,11 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -INSTALL = install -INSTALL_PROG = $(INSTALL) -m0755 -INSTALL_DIR = $(INSTALL) -d -m0755 -INSTALL_DATA = $(INSTALL) -m0644 - -sbindir=/usr/sbin - XEN_ROOT=../.. include $(XEN_ROOT)/tools/Rules.mk +sbindir=/usr/sbin + CFLAGS += -Werror -g CFLAGS += -I $(XEN_XC) CFLAGS += -I $(XEN_LIBXC) -- cgit v1.2.3