]> xenbits.xensource.com Git - people/aperard/xen-arm.git/commitdiff
tools/xenmon: Fix typo in Makefile
authorDaniel Kiper <daniel.kiper@oracle.com>
Tue, 7 May 2013 11:51:39 +0000 (13:51 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 8 May 2013 11:14:32 +0000 (12:14 +0100)
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xenmon/Makefile

index 5648075210d307e429650439f96ea132ff80d788..3fe87ba538e93a0c4e486c9e9049a7edaef84ed6 100644 (file)
@@ -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)