From: Pavel Roskin Date: Sun, 25 Apr 1999 09:06:55 +0000 (+0000) Subject: * Makefile.am (uninstall-local): Remove installed libltdl tree. X-Git-Tag: release-1-3~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bd4dc79698bd00ef8c741f1bba7e9c7356fed4d;p=thirdparty%2Flibtool.git * Makefile.am (uninstall-local): Remove installed libltdl tree. --- diff --git a/ChangeLog b/ChangeLog index 8584704fd..abb47a216 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