diff options
author | Roland McGrath <roland@redhat.com> | 2006-10-10 00:25:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2006-10-10 00:25:21 +0000 |
commit | c373d850ec9ca342f4c71d5e287c8d8bf0723cd6 (patch) | |
tree | c8f9ea814866cdfb30ac9506ccddbc8629ebe345 /libelf/Makefile.am | |
parent | 1dee360aa30fecd20f403f98fd1cb9e543afcca7 (diff) | |
download | elfutils-c373d850ec9ca342f4c71d5e287c8d8bf0723cd6.tar.gz |
2006-10-09 Roland McGrath <roland@redhat.com>
* ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
Diffstat (limited to 'libelf/Makefile.am')
-rw-r--r-- | libelf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libelf/Makefile.am b/libelf/Makefile.am index 1c2e69a2..f27d4f0b 100644 --- a/libelf/Makefile.am +++ b/libelf/Makefile.am @@ -135,4 +135,4 @@ noinst_HEADERS = elf.h abstract.h common.h exttypes.h gelf_xlate.h libelfP.h \ version_xlate.h gnuhash_xlate.h dl-hash.h EXTRA_DIST = libelf.map -CLEANFILES = $(am_libelf_pic_a_OBJECTS) *.gcno *.gcda +CLEANFILES = $(am_libelf_pic_a_OBJECTS) *.gcno *.gcda libelf.so.$(VERSION) |