]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Don't try to distribute non-existing file.
authorUlrich Drepper <drepper@redhat.com>
Mon, 21 Jan 2008 18:48:06 +0000 (18:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 21 Jan 2008 18:48:06 +0000 (18:48 +0000)
libcpu/ChangeLog
libcpu/Makefile.am

index 598d51945dbc019643622b5a23ea75635d8605ae..fff065b0052c9247067317b0daa9d21ce2662c3d 100644 (file)
@@ -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,
index c2e5b74725a2b32b790be82e98e31306341c0583..d3d4bb55a85c44fe7fdc8b6697c65c1fbf47fe3d 100644 (file)
@@ -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