aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
authorsmh22@labyrinth.cl.cam.ac.uk <smh22@labyrinth.cl.cam.ac.uk>2003-11-05 11:48:22 +0000
committersmh22@labyrinth.cl.cam.ac.uk <smh22@labyrinth.cl.cam.ac.uk>2003-11-05 11:48:22 +0000
commit1f84a5b71495d69429091ee4c3d7167f1c23d600 (patch)
tree6f01519e73d1c29a1dd282bb97eb5313e5ce0328 /tools/misc
parent589d8fae088b3a9092e2206abc6ad46e8a0d20dd (diff)
downloadxen-1f84a5b71495d69429091ee4c3d7167f1c23d600.tar.gz
xen-1f84a5b71495d69429091ee4c3d7167f1c23d600.tar.bz2
xen-1f84a5b71495d69429091ee4c3d7167f1c23d600.zip
bitkeeper revision 1.558.1.1 (3fa8e386Q1b8azxmK348LEgk5Ph0JQ)
simpler unified vbd / physdisk stuff
Diffstat (limited to 'tools/misc')
-rw-r--r--tools/misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/Makefile b/tools/misc/Makefile
index ede01c7f8a..988440836d 100644
--- a/tools/misc/Makefile
+++ b/tools/misc/Makefile
@@ -9,7 +9,7 @@ OBJS = $(patsubst %.c,%.o,$(SRCS))
TARGETS = xen_read_console xen_log xen_cpuperf xen_refresh_dev
-INSTALL = $(TARGETS) xen-mkdevnodes xen-clone xen_log
+INSTALL = $(TARGETS) xen-mkdevnodes xen-clone
all: $(TARGETS)
$(MAKE) -C miniterm