From: Peter O'Gorman Date: Sun, 4 Apr 2004 14:12:23 +0000 (+0000) Subject: * Makefile.am: One install-data-hook target is better than two. X-Git-Tag: release-1-5-6~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2f438ab95f5396f30cadafa67e04e0dbb9ae455;p=thirdparty%2Flibtool.git * Makefile.am: One install-data-hook target is better than two. --- diff --git a/ChangeLog b/ChangeLog index a43ebc17e..bac2bf310 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-04 Peter O'Gorman + + * Makefile.am: One install-data-hook target is better than two. + 2004-04-03 Peter O'Gorman * configure.ac: Bumped version to 1.5.5a. diff --git a/Makefile.am b/Makefile.am index 0af846b07..a2efdefb5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 ##