libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI - branch-1-5] one install-data-hook is better than two


From: Peter O'Gorman
Subject: [FYI - branch-1-5] one install-data-hook is better than two
Date: Sun, 04 Apr 2004 23:18:16 +0900
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4

I just committed this (too late, but hey!).

Peter
--
Peter O'Gorman - http://www.pogma.com

Index: ChangeLog
2004-04-04  Peter O'Gorman  <address@hidden>

        * Makefile.am: One install-data-hook target is better than two.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.am,v
retrieving revision 1.69.2.8
diff -u -3 -p -u -r1.69.2.8 Makefile.am
--- Makefile.am 22 Feb 2004 16:23:48 -0000 1.69.2.8
+++ Makefile.am 4 Apr 2004 14:08:04 -0000
@@ -73,14 +73,12 @@ configure-subdirs distdir: $(DIST_MAKEFI
 # 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
 
 
 ## ---------------------------------------------------------------- ##

reply via email to

[Prev in Thread] Current Thread [Next in Thread]