summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-11-18 02:30:43 +0000
committerRoland McGrath <roland@redhat.com>2005-11-18 02:30:43 +0000
commit3dca43b1fefd5056ba4d99c95246457a1a11e299 (patch)
tree51414e715d3f15cb2ed37419647d1ddc80cab5ea
parentaf74f5caf37125be18b1134b3584a7db383d8486 (diff)
downloadandroid_external_elfutils-3dca43b1fefd5056ba4d99c95246457a1a11e299.tar.gz
android_external_elfutils-3dca43b1fefd5056ba4d99c95246457a1a11e299.tar.bz2
android_external_elfutils-3dca43b1fefd5056ba4d99c95246457a1a11e299.zip
2005-11-17 Roland McGrath <roland@redhat.com>
* Makefile.am (uninstall): Don't try to remove $(pkgincludedir). (CLEANFILES): Add libebl_$(m).so.
-rw-r--r--backends/ChangeLog1
-rw-r--r--backends/Makefile.am3
2 files changed, 3 insertions, 1 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index 41b7d19b..3915fd3e 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,6 +1,7 @@
2005-11-17 Roland McGrath <roland@redhat.com>
* Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
+ (CLEANFILES): Add libebl_$(m).so.
* ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
* ppc64_reloc.def: Likewise.
diff --git a/backends/Makefile.am b/backends/Makefile.am
index f894a671..9de055c5 100644
--- a/backends/Makefile.am
+++ b/backends/Makefile.am
@@ -126,4 +126,5 @@ noinst_HEADERS = libebl_CPU.h common-reloc.c
EXTRA_DIST = $(foreach m,$(modules),$($(m)_SRCS)) $(modules:=_reloc.def)
CLEANFILES = *.gcno *.gcda \
- $(foreach m,$(modules),$(am_libebl_$(m)_pic_a_OBJECTS))
+ $(foreach m,$(modules),\
+ libebl_$(m).so $(am_libebl_$(m)_pic_a_OBJECTS))