From: Roland McGrath Date: Fri, 18 Nov 2005 02:30:43 +0000 (+0000) Subject: 2005-11-17 Roland McGrath X-Git-Tag: elfutils-0.120~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dca43b1fefd5056ba4d99c95246457a1a11e299;p=thirdparty%2Felfutils.git 2005-11-17 Roland McGrath * Makefile.am (uninstall): Don't try to remove $(pkgincludedir). (CLEANFILES): Add libebl_$(m).so. --- diff --git a/backends/ChangeLog b/backends/ChangeLog index 41b7d19b0..3915fd3ee 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,6 +1,7 @@ 2005-11-17 Roland McGrath * Makefile.am (uninstall): Don't try to remove $(pkgincludedir). + (CLEANFILES): Add libebl_$(m).so. * ppc_reloc.def: Update bits per Alan Modra . * ppc64_reloc.def: Likewise. diff --git a/backends/Makefile.am b/backends/Makefile.am index f894a671d..9de055c5d 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))