From: mwilli2@equilibrium.research.intel-research.net Date: Wed, 12 May 2004 13:49:16 +0000 (+0000) Subject: bitkeeper revision 1.891.1.9 (40a22b5cevMR_plncPduMaGW-P4-Vw) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18220^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d1d52b264c55c56372794f9f12ede793d6cea6af;p=xen.git bitkeeper revision 1.891.1.9 (40a22b5cevMR_plncPduMaGW-P4-Vw) Fix my silly makefile error. --- 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)