From 93490007bd4a5791dbd46aa4dab1fad69d7323b9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 21 Jan 2008 18:48:06 +0000 Subject: [PATCH] Don't try to distribute non-existing file. --- libcpu/ChangeLog | 4 ++++ libcpu/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libcpu/ChangeLog b/libcpu/ChangeLog index 598d519..fff065b 100644 --- a/libcpu/ChangeLog +++ b/libcpu/ChangeLog @@ -1,3 +1,7 @@ +2008-01-21 Ulrich Drepper + + * Makefile.am (EXTRA_DIST): Remove defs/x86_64. + 2008-01-14 Ulrich Drepper * defs/i386: Add fixes for opcodes with register number in opcode, diff --git a/libcpu/Makefile.am b/libcpu/Makefile.am index c2e5b74..d3d4bb5 100644 --- a/libcpu/Makefile.am +++ b/libcpu/Makefile.am @@ -76,6 +76,6 @@ i386_gendis_LDADD = $(libeu) -lm $(libmudflap) noinst_HEADERS = memory-access.h i386_parse.h i386_data.h -EXTRA_DIST = defs/i386 defs/x86_64 +EXTRA_DIST = defs/i386 CLEANFILES = i386.mnemonics i386_dis.h x86_64.mnemonics x86_64_dis.h -- 2.7.4