]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
tools/fuzz: Remove .d files in clean
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 1 Mar 2017 17:46:18 +0000 (17:46 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 20 Mar 2017 16:45:20 +0000 (16:45 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
tools/fuzz/libelf/Makefile
tools/fuzz/x86_instruction_emulator/Makefile

index 3313601caaa3ede2c6e86f04d12e244b48c313f4..af44c402d1037bac7c096cc41e337a7db2f04857 100644 (file)
@@ -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
index 3b75beb07d443ee7dba2a7daebdb53dfa3a706d5..98fd398d3f95eb94ae249da3a91409885ec708b1 100644 (file)
@@ -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