Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
---
CC: Jan Beulich <jbeul...@suse.com>
CC: Ian Jackson <ian.jack...@eu.citrix.com>
CC: Wei Liu <wei.l...@citrix.com>
---
 tools/fuzz/libelf/Makefile                   | 2 +-
 tools/fuzz/x86_instruction_emulator/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/fuzz/libelf/Makefile b/tools/fuzz/libelf/Makefile
index 3313601..af44c40 100644
--- a/tools/fuzz/libelf/Makefile
+++ b/tools/fuzz/libelf/Makefile
@@ -30,7 +30,7 @@ distclean: clean
 
 .PHONY: clean
 clean:
-       rm -f *.o *.a *-libelf-fuzzer
+       rm -f *.o .*.d *.a *-libelf-fuzzer
 
 .PHONY: install
 install: all
diff --git a/tools/fuzz/x86_instruction_emulator/Makefile 
b/tools/fuzz/x86_instruction_emulator/Makefile
index 3b75beb..98fd398 100644
--- a/tools/fuzz/x86_instruction_emulator/Makefile
+++ b/tools/fuzz/x86_instruction_emulator/Makefile
@@ -45,7 +45,7 @@ distclean: clean
 
 .PHONY: clean
 clean:
-       rm -f *.a *.o *-x86-insn-emulator-fuzzer
+       rm -f *.a *.o .*.d *-x86-insn-emulator-fuzzer
 
 .PHONY: install
 install: all
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to