diff options
| author | Ulrich Drepper <[email protected]> | 2008-01-21 18:48:06 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2008-01-21 18:48:06 +0000 |
| commit | 93490007bd4a5791dbd46aa4dab1fad69d7323b9 (patch) | |
| tree | 9b3d274c3b95b839aec169cccbd1ff5bcc637f5c /libcpu | |
| parent | fbc708da81a35ca8e01f1aca7bd356da718d3c62 (diff) | |
Don't try to distribute non-existing file.
Diffstat (limited to 'libcpu')
| -rw-r--r-- | libcpu/ChangeLog | 4 | ||||
| -rw-r--r-- | libcpu/Makefile.am | 2 |
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 <[email protected]> + + * Makefile.am (EXTRA_DIST): Remove defs/x86_64. + 2008-01-14 Ulrich Drepper <[email protected]> * 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 |
