aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 15:57:05 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 15:57:05 +0100
commit6311dc03dac464cba03979b6b4eba804b0bb0613 (patch)
tree16b1929cd909675564783e57f3f0a407ec868682 /tools/xenstore/Makefile
parentfdd8e50cfebbc55cc8762c3cb9a5cc29cb525d19 (diff)
downloadxen-6311dc03dac464cba03979b6b4eba804b0bb0613.tar.gz
xen-6311dc03dac464cba03979b6b4eba804b0bb0613.tar.bz2
xen-6311dc03dac464cba03979b6b4eba804b0bb0613.zip
Clean up duplication of 'install' macros in the Makefiles.
Signed-off-by: John Levon <john.levon@sun.com>
Diffstat (limited to 'tools/xenstore/Makefile')
-rw-r--r--tools/xenstore/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index 279a5a5354..772a2a8cf8 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -5,11 +5,6 @@ XEN_LIBXC = $(XEN_ROOT)/tools/libxc
MAJOR = 3.0
MINOR = 0
-INSTALL = install
-INSTALL_DATA = $(INSTALL) -m0644
-INSTALL_PROG = $(INSTALL) -m0755
-INSTALL_DIR = $(INSTALL) -d -m0755
-
PROFILE=#-pg
BASECFLAGS=-Wall -g -Werror
# Make gcc generate dependencies.