aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authormwilli2@equilibrium.research.intel-research.net <mwilli2@equilibrium.research.intel-research.net>2004-05-12 13:49:16 +0000
committermwilli2@equilibrium.research.intel-research.net <mwilli2@equilibrium.research.intel-research.net>2004-05-12 13:49:16 +0000
commitd1d52b264c55c56372794f9f12ede793d6cea6af (patch)
treee7fe406c789235cb8518d699a3e673425c8451e3 /tools/xentrace/Makefile
parent9b9ca98b6ab16d657deaf37bd51f3290ad1d2df8 (diff)
downloadxen-d1d52b264c55c56372794f9f12ede793d6cea6af.tar.gz
xen-d1d52b264c55c56372794f9f12ede793d6cea6af.tar.bz2
xen-d1d52b264c55c56372794f9f12ede793d6cea6af.zip
bitkeeper revision 1.891.1.9 (40a22b5cevMR_plncPduMaGW-P4-Vw)
Fix my silly makefile error.
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index 7544e4b262..4a63ae2b3e 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -9,7 +9,7 @@ HDRS = $(wildcard *.h)
OBJS = $(patsubst %.c,%.o,$(wildcard *.c))
BIN = xentrace
-SCRIPTS = xentrace_cpusplit xentrace_format
+SCRIPTS = xentrace_format
MAN1 = $(wildcard *.1)
MAN8 = $(wildcard *.8)