aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenmon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xenmon/Makefile')
-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)