From: Pavel Roskin Date: Sun, 25 Apr 1999 09:07:02 +0000 (+0000) Subject: * Makefile.am (uninstall-local): Remove installed libltdl tree. X-Git-Tag: release-1-3b~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e995631de10d53dfb6351ca5f09d623dc0dd1a8;p=thirdparty%2Flibtool.git * Makefile.am (uninstall-local): Remove installed libltdl tree. --- diff --git a/ChangeLog b/ChangeLog index b54542276..4b43f098c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-04-25 Pavel Roskin + + * Makefile.am (uninstall-local): Remove installed libltdl tree. + 1999-04-25 Alexandre Oliva * demo/Makefile.am (hc-direct, hc-libflag, hc-libpath, hc-minusl): diff --git a/Makefile.am b/Makefile.am index 26c73e855..5757fea22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,6 +101,10 @@ configure-subdirs distdir: $(DIST_MAKEFILE_LIST) install-data-hook: cd libltdl && $(MAKE) distdir distdir=$(DESTDIR)$(pkgdatadir)/libltdl +# Uninstall libltdl +uninstall-local: + -rm -rf $(DESTDIR)$(pkgdatadir)/libltdl + ################################################################ ## ## Everything past here is useful to the maintainer, but probably not