[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] tools/fuzz: remove redundant rule in x86 insn fuzzer
commit e792e01332a2ac6f15440badc6f2c33f0880a84e Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Fri Jan 20 10:24:36 2017 +0000 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Tue Jan 24 16:24:50 2017 +0000 tools/fuzz: remove redundant rule in x86 insn fuzzer The predefined pattern rule works. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/fuzz/x86_instruction_emulator/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/fuzz/x86_instruction_emulator/Makefile b/tools/fuzz/x86_instruction_emulator/Makefile index 20431b0..1777bf6 100644 --- a/tools/fuzz/x86_instruction_emulator/Makefile +++ b/tools/fuzz/x86_instruction_emulator/Makefile @@ -21,8 +21,6 @@ x86_emulate.o: x86_emulate.c x86_emulate.h x86_emulate/x86_emulate.c x86_emulate x86-insn-emulator.a: x86_emulate.o $(AR) rc $@ $^ -x86-insn-emulator-fuzzer.o: x86-insn-emulator-fuzzer.c - # Common targets .PHONY: all all: x86-instruction-emulator-fuzzer-all -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |