summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-01-21 18:48:06 +0000
committerUlrich Drepper <drepper@redhat.com>2008-01-21 18:48:06 +0000
commit93490007bd4a5791dbd46aa4dab1fad69d7323b9 (patch)
tree9b3d274c3b95b839aec169cccbd1ff5bcc637f5c
parentfbc708da81a35ca8e01f1aca7bd356da718d3c62 (diff)
Don't try to distribute non-existing file.
-rw-r--r--libcpu/ChangeLog4
-rw-r--r--libcpu/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/libcpu/ChangeLog b/libcpu/ChangeLog
index 598d5194..fff065b0 100644
--- a/libcpu/ChangeLog
+++ b/libcpu/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-21 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile.am (EXTRA_DIST): Remove defs/x86_64.
+
2008-01-14 Ulrich Drepper <drepper@redhat.com>
* defs/i386: Add fixes for opcodes with register number in opcode,
diff --git a/libcpu/Makefile.am b/libcpu/Makefile.am
index c2e5b747..d3d4bb55 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