]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/am/ltlib.am (uninstall-%DIR%LTLIBRARIES): Fix another instance
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 25 Nov 2007 17:37:46 +0000 (18:37 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 25 Nov 2007 17:37:46 +0000 (18:37 +0100)
of am__strip_dir.  Fixes nobase and pr300-ltlib test failures.

ChangeLog
lib/am/ltlib.am

index ac528fbd12748d3d5b9340c852bb4dc2a3e13056..8edb12fa1875ba1cc7fa81761a3dcc8e2c8ca8c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * 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  <akim@lrde.epita.fr>
 
        Several *-local in a rule do not work.
index aa161842396d1e277348513f289dceb435af96db..25678d922df31feab6a7c2f481493693660cda18 100644 (file)
@@ -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'"; \