aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenmon
diff options
context:
space:
mode:
authorDaniel Kiper <daniel.kiper@oracle.com>2013-05-07 13:51:39 +0200
committerIan Campbell <ian.campbell@citrix.com>2013-05-08 12:14:32 +0100
commitea5e515ba19c423e15ca33023cd3c9d2c9aa807f (patch)
treea2d57f355b54dfa3914ebf6aa84e4796ac127af7 /tools/xenmon
parent38bdfb9197b93262248ff489eed336d80db52b54 (diff)
downloadxen-ea5e515ba19c423e15ca33023cd3c9d2c9aa807f.tar.gz
xen-ea5e515ba19c423e15ca33023cd3c9d2c9aa807f.tar.bz2
xen-ea5e515ba19c423e15ca33023cd3c9d2c9aa807f.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>
Diffstat (limited to 'tools/xenmon')
-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)