From: Gary V. Vaughan Date: Thu, 24 Feb 2005 20:40:50 +0000 (+0000) Subject: * Makefile.am (install-data-hook): Remove call to X-Git-Tag: release-1-5-16~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61db4797b0adeadfc7ad78e128193986c8bf024a;p=thirdparty%2Flibtool.git * Makefile.am (install-data-hook): Remove call to local-install-files, which is no longer required. --- diff --git a/ChangeLog b/ChangeLog index 904ffcd70..b9968c441 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-25 Gary V. Vaughan + + * Makefile.am (install-data-hook): Remove call to + local-install-files, which is no longer required. + 2005-02-24 Gary V. Vaughan Using `libtoolize --copy --ltdl' was not preserving timestamps, so diff --git a/Makefile.am b/Makefile.am index e4c8e6d86..9dc35a8d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,7 +72,6 @@ configure-subdirs distdir: $(DIST_MAKEFILE_LIST) # Create and install libltdl install-data-hook: - cd libltdl && $(MAKE) local-install-files chmod +x $(DESTDIR)$(pkgdatadir)/config.guess chmod +x $(DESTDIR)$(pkgdatadir)/config.sub chmod +x $(DESTDIR)$(pkgdatadir)/install-sh