]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am (install-data-hook): Remove call to
authorGary V. Vaughan <gary@gnu.org>
Thu, 24 Feb 2005 20:40:50 +0000 (20:40 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 24 Feb 2005 20:40:50 +0000 (20:40 +0000)
local-install-files, which is no longer required.

ChangeLog
Makefile.am

index 904ffcd7002cda4aca091df598774eb134558b7b..b9968c441f5feaded4c7646151197851f77f6631 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-25  Gary V. Vaughan  <gary@gnu.org>
+
+       * Makefile.am (install-data-hook):  Remove call to
+       local-install-files, which is no longer required.
+
 2005-02-24  Gary V. Vaughan  <gary@gnu.org>
 
        Using `libtoolize --copy --ltdl' was not preserving timestamps, so
index e4c8e6d86ec9b9abd29d28a6d4523480202b8efa..9dc35a8d7d22b86f5d9d41699ce09a74ad7c6e6b 100644 (file)
@@ -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