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/Makefile.am | |
| parent | fbc708da81a35ca8e01f1aca7bd356da718d3c62 (diff) | |
Don't try to distribute non-existing file.
Diffstat (limited to 'libcpu/Makefile.am')
| -rw-r--r-- | libcpu/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
