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