aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kiper <daniel.kiper@oracle.com>2013-05-07 13:51:39 +0200
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-07-17 12:34:55 +0100
commit7ef78d5886a00696ce9bc168545032c961fd01ae (patch)
tree6b9d39830b5234718ab04bc6ed819bc224e792b4
parent50724931ffc65013a95cfcd3f15aa56c98004555 (diff)
downloadxen-7ef78d5886a00696ce9bc168545032c961fd01ae.tar.gz
xen-7ef78d5886a00696ce9bc168545032c961fd01ae.tar.bz2
xen-7ef78d5886a00696ce9bc168545032c961fd01ae.zip
tools/xenmon: Fix typo in Makefile
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> (cherry picked from commit ea5e515ba19c423e15ca33023cd3c9d2c9aa807f)
-rw-r--r--tools/xenmon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile
index 5648075210..3fe87ba538 100644
--- a/tools/xenmon/Makefile
+++ b/tools/xenmon/Makefile
@@ -38,7 +38,7 @@ install: build
clean:
$(RM) -f $(DEPS)
$(RM) -f xenbaked xenbaked.o
- $(RM) -f xentrace_setmake setmask.o
+ $(RM) -f xentrace_setmask setmask.o
xenbaked: xenbaked.o Makefile
$(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)