]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
2005-11-17 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 18 Nov 2005 02:30:43 +0000 (02:30 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 18 Nov 2005 02:30:43 +0000 (02:30 +0000)
* Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
(CLEANFILES): Add libebl_$(m).so.

backends/ChangeLog
backends/Makefile.am

index 41b7d19b06d3e6a9a078947a91e700e06ca409c2..3915fd3eefa0e3c1ab5646d1ab4404195c254bf0 100644 (file)
@@ -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.
index f894a671d1259527ebfba044a106c059607b5693..9de055c5d6725a3dfb3252af9a599136976161d9 100644 (file)
@@ -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))