]> sourceware.org Git - automake.git/commitdiff
* lib/am/ltlib.am (clean-%DIR%LTLIBRARIES): Use $$dir in make
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 24 Sep 2002 20:12:46 +0000 (20:12 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 24 Sep 2002 20:12:46 +0000 (20:12 +0000)
command.

ChangeLog
lib/am/ltlib.am

index 22c6eb7a6254fe0a61daed23c3fc3db8153bbd0f..f2bfcfd117df0986762fb2d47b86afc093f93aa1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * lib/am/ltlib.am (clean-%DIR%LTLIBRARIES): Use $$dir in make
+       command.
+
 2002-09-24  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * automake.in (handle_single_transform_list): Revert the change
index 102ce7df7c6b562bbca9a0676b7f6a09a4754d02..56ba9d5c80ec920e93e0904ad4d5320c9f9f8a65 100644 (file)
@@ -82,7 +82,7 @@ clean-%DIR%LTLIBRARIES:
 ## directory where the shared object is created.
        @list='$(%DIR%_LTLIBRARIES)'; for p in $$list; do \
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
-         test "$dir" = "$$p" && dir=.; \
+         test "$$dir" = "$$p" && dir=.; \
          echo "rm -f \"$${dir}/so_locations\""; \
          rm -f "$${dir}/so_locations"; \
        done
This page took 0.034741 seconds and 5 git commands to generate.