From: Andrew Cooper Date: Wed, 1 Mar 2017 17:46:18 +0000 (+0000) Subject: tools/fuzz: Remove .d files in clean X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2448 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cde043c55c32bd0e5fdf5e9f546a959bb05bfb61;p=xen.git tools/fuzz: Remove .d files in clean Signed-off-by: Andrew Cooper Reviewed-by: Wei Liu --- diff --git a/tools/fuzz/libelf/Makefile b/tools/fuzz/libelf/Makefile index 3313601caa..af44c402d1 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 3b75beb07d..98fd398d3f 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