From a2f438ab95f5396f30cadafa67e04e0dbb9ae455 Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Sun, 4 Apr 2004 14:12:23 +0000 Subject: [PATCH] * Makefile.am: One install-data-hook target is better than two. --- ChangeLog | 4 ++++ Makefile.am | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) 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 ## -- 2.47.3