From 5c0356ec6f4a9897bfcc9fb08418ff82e61f1cf6 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 11 Apr 2006 09:58:04 +0100 Subject: Remove some bogus .PHONY Makefile declarations. Fixes xentop installation. Signed-off-by: Keir Fraser --- xen/tools/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'xen/tools') 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 $@ $< -- cgit v1.2.3