From ea5e515ba19c423e15ca33023cd3c9d2c9aa807f Mon Sep 17 00:00:00 2001 From: Daniel Kiper Date: Tue, 7 May 2013 13:51:39 +0200 Subject: tools/xenmon: Fix typo in Makefile Signed-off-by: Daniel Kiper Acked-by: Ian Jackson --- tools/xenmon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xenmon') 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) -- cgit v1.2.3