of am__strip_dir. Fixes nobase and pr300-ltlib test failures.
+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.
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'"; \