aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/console/Makefile')
-rw-r--r--tools/console/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/console/Makefile b/tools/console/Makefile
index cbef956c5f..2d4486c87f 100644
--- a/tools/console/Makefile
+++ b/tools/console/Makefile
@@ -5,10 +5,6 @@ include $(XEN_ROOT)/tools/Rules.mk
DAEMON_INSTALL_DIR = /usr/sbin
CLIENT_INSTALL_DIR = /usr/$(LIBDIR)/xen/bin
-INSTALL = install
-INSTALL_PROG = $(INSTALL) -m0755
-INSTALL_DIR = $(INSTALL) -d -m0755
-
CFLAGS += -Werror -g
CFLAGS += -I $(XEN_LIBXC)