From b0dc8d10f4ae0b0b69757ef5f76b1d42e264697d Mon Sep 17 00:00:00 2001 From: Masami Hiramatsu Date: Mon, 7 Dec 2009 12:00:33 -0500 Subject: [PATCH] --- yaml --- r: 175410 b: refs/heads/master c: d32ba45503acf9c23b301eba2397ca2ee322627b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/lib/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ddbfcd17ef1d..06cdc70d59c4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cbe5c34c8c1f8ed1afbe6273f4ad57fcfad7822f +refs/heads/master: d32ba45503acf9c23b301eba2397ca2ee322627b diff --git a/trunk/arch/x86/lib/Makefile b/trunk/arch/x86/lib/Makefile index 442b3b3b2d80..45b20e486c2f 100644 --- a/trunk/arch/x86/lib/Makefile +++ b/trunk/arch/x86/lib/Makefile @@ -5,7 +5,7 @@ inat_tables_script = $(srctree)/arch/x86/tools/gen-insn-attr-x86.awk inat_tables_maps = $(srctree)/arch/x86/lib/x86-opcode-map.txt quiet_cmd_inat_tables = GEN $@ - cmd_inat_tables = $(AWK) -f $(inat_tables_script) $(inat_tables_maps) > $@ + cmd_inat_tables = $(AWK) -f $(inat_tables_script) $(inat_tables_maps) > $@ || rm -f $@ $(obj)/inat-tables.c: $(inat_tables_script) $(inat_tables_maps) $(call cmd,inat_tables)