aboutsummaryrefslogtreecommitdiffstats
path: root/xen/tools
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 /xen/tools
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 'xen/tools')
-rw-r--r--xen/tools/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/tools/Makefile b/xen/tools/Makefile
index 67c48ce168..70a37092db 100644
--- a/xen/tools/Makefile
+++ b/xen/tools/Makefile
@@ -11,6 +11,5 @@ clean:
$(MAKE) -C figlet clean
rm -f *.o symbols
-.PHONY: symbols
symbols: symbols.c
$(HOSTCC) $(HOSTCFLAGS) -o $@ $<