From 093281dd420f2861c2a213f28cda425142e626b1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 18 Nov 2005 02:24:43 +0000 Subject: [PATCH] 2005-11-17 Roland McGrath * Makefile.am (uninstall): Don't try to remove $(pkgincludedir). --- backends/ChangeLog | 2 ++ backends/Makefile.am | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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) -- 2.47.2