aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-11 09:58:04 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-11 09:58:04 +0100
commit5c0356ec6f4a9897bfcc9fb08418ff82e61f1cf6 (patch)
tree266058f5b6b7c3b185d152af037f6bf652a357da /tools/xenstat
parent72344c0921c6db5091d0f94af98babb77b89caae (diff)
downloadxen-5c0356ec6f4a9897bfcc9fb08418ff82e61f1cf6.tar.gz
xen-5c0356ec6f4a9897bfcc9fb08418ff82e61f1cf6.tar.bz2
xen-5c0356ec6f4a9897bfcc9fb08418ff82e61f1cf6.zip
Remove some bogus .PHONY Makefile declarations.
Fixes xentop installation. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/xenstat')
-rw-r--r--tools/xenstat/xentop/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/xenstat/xentop/Makefile b/tools/xenstat/xentop/Makefile
index d3b7671bdb..273cb31e4e 100644
--- a/tools/xenstat/xentop/Makefile
+++ b/tools/xenstat/xentop/Makefile
@@ -34,9 +34,6 @@ LDLIBS += -lxenstat -lncurses
.PHONY: all
all: xentop
-.PHONY: xentop
-xentop: xentop.o
-
.PHONY: install
install: xentop xentop.1
$(INSTALL_PROG) xentop $(DESTDIR)$(sbindir)/xentop