From: Roland McGrath Date: Fri, 18 Nov 2005 02:24:43 +0000 (+0000) Subject: 2005-11-17 Roland McGrath X-Git-Tag: elfutils-0.120~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=093281dd420f2861c2a213f28cda425142e626b1;p=thirdparty%2Felfutils.git 2005-11-17 Roland McGrath * Makefile.am (uninstall): Don't try to remove $(pkgincludedir). --- diff --git a/backends/ChangeLog b/backends/ChangeLog index 98fbad813..41b7d19b0 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,5 +1,7 @@ 2005-11-17 Roland McGrath + * Makefile.am (uninstall): Don't try to remove $(pkgincludedir). + * ppc_reloc.def: Update bits per Alan Modra . * ppc64_reloc.def: Likewise. diff --git a/backends/Makefile.am b/backends/Makefile.am index eed9badda..f894a671d 100644 --- a/backends/Makefile.am +++ b/backends/Makefile.am @@ -121,7 +121,6 @@ uninstall: uninstall-am rm -f $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}.so; \ done rmdir --ignore-fail-on-non-empty $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR) - rmdir --ignore-fail-on-non-empty $(DESTDIR)$(pkgincludedir) noinst_HEADERS = libebl_CPU.h common-reloc.c EXTRA_DIST = $(foreach m,$(modules),$($(m)_SRCS)) $(modules:=_reloc.def)