This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=c0415e155eda64146246d9ee2a9bb7c0bd922519

The branch, master has been updated
       via  c0415e155eda64146246d9ee2a9bb7c0bd922519 (commit)
      from  adde5afee18384c94974a380df4f85a372e58df9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c0415e155eda64146246d9ee2a9bb7c0bd922519
Author: Ralf Wildenhues <[EMAIL PROTECTED]>
Date:   Sun Nov 25 18:37:46 2007 +0100

    * lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Fix another instance
    of am__strip_dir.  Fixes nobase and pr300-ltlib test failures.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    5 +++++
 lib/am/ltlib.am |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ac528fb..8edb12f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-25  Ralf Wildenhues  <[EMAIL PROTECTED]>
+
+       * lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Fix another instance
+       of am__strip_dir.  Fixes nobase and pr300-ltlib test failures.
+
 2007-11-25  Akim Demaille  <[EMAIL PROTECTED]>
 
        Several *-local in a rule do not work.
diff --git a/lib/am/ltlib.am b/lib/am/ltlib.am
index aa16184..25678d9 100644
--- a/lib/am/ltlib.am
+++ b/lib/am/ltlib.am
@@ -62,7 +62,7 @@ if %?INSTALL%
 uninstall-%DIR%LTLIBRARIES:
        @$(NORMAL_UNINSTALL)
        @list='$(%DIR%_LTLIBRARIES)'; for p in $$list; do \
-?BASE?   $(am__strip_dir) \
+         %BASE?$(am__strip_dir):f=$$p;% \
 ?LIBTOOL?        echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
--mode=uninstall rm -f '$(DESTDIR)$(%NDIR%dir)/$$f'"; \
 ?LIBTOOL?        $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
--mode=uninstall rm -f "$(DESTDIR)$(%NDIR%dir)/$$f"; \
 ?!LIBTOOL?       echo " rm -f '$(DESTDIR)$(%NDIR%dir)/$$f'"; \


hooks/post-receive
--
GNU Automake


Reply via email to