]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.am: One install-data-hook target is better than two.
authorPeter O'Gorman <peter@pogma.com>
Sun, 4 Apr 2004 14:12:23 +0000 (14:12 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sun, 4 Apr 2004 14:12:23 +0000 (14:12 +0000)
ChangeLog
Makefile.am

index a43ebc17e7959e089e121934f80b197ab8c3dc79..bac2bf3100badbc2b3ecdcd0004a0b03e9a1688c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-04  Peter O'Gorman  <peter@pogma.com>
+
+       * Makefile.am: One install-data-hook target is better than two.
+       
 2004-04-03  Peter O'Gorman  <peter@pogma.com>
 
        * configure.ac: Bumped version to 1.5.5a.
index 0af846b07bee0668514acd2f06264b0e834c1955..a2efdefb516041132556d6c75aa1acd3cb65f9ad 100644 (file)
@@ -73,15 +73,13 @@ 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
 
 # Uninstall libltdl
 uninstall-local:
        -rm -rf $(DESTDIR)$(pkgdatadir)/libltdl
 
-install-data-hook:
-       chmod +x $(DESTDIR)$(pkgdatadir)/config.guess
-       chmod +x $(DESTDIR)$(pkgdatadir)/config.sub
-
 
 ## ---------------------------------------------------------------- ##
 ##  Everything past here is useful to the maintainer, but probably  ##