projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38bdfb9
)
tools/xenmon: Fix typo in Makefile
author
Daniel Kiper
<daniel.kiper@oracle.com>
Tue, 7 May 2013 11:51:39 +0000
(13:51 +0200)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/tools/xenmon/Makefile
b/tools/xenmon/Makefile
index 5648075210d307e429650439f96ea132ff80d788..3fe87ba538e93a0c4e486c9e9049a7edaef84ed6 100644
(file)
--- 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_setma
ke
setmask.o
+ $(RM) -f xentrace_setma
sk
setmask.o
xenbaked: xenbaked.o Makefile
$(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)