]> 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:24:43 +0000 (02:24 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 18 Nov 2005 02:24:43 +0000 (02:24 +0000)
* Makefile.am (uninstall): Don't try to remove $(pkgincludedir).

backends/ChangeLog
backends/Makefile.am

index 98fbad813263716635b027b46e9fdbff3db29f51..41b7d19b06d3e6a9a078947a91e700e06ca409c2 100644 (file)
@@ -1,5 +1,7 @@
 2005-11-17  Roland McGrath  <roland@redhat.com>
 
+       * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
+
        * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
        * ppc64_reloc.def: Likewise.
 
index eed9baddafeabb6b85facadf52fd90e147aa1bb1..f894a671d1259527ebfba044a106c059607b5693 100644 (file)
@@ -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)