From c000140aa8960497bcb48f5c48ca3c9ee4a737da Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 24 Sep 2002 20:12:47 +0000 Subject: [PATCH] * lib/am/ltlib.am (clean-%DIR%LTLIBRARIES): Use $$dir in make command. --- ChangeLog | 5 +++++ lib/am/ltlib.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 22c6eb7a6..f2bfcfd11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-24 Rainer Orth + + * lib/am/ltlib.am (clean-%DIR%LTLIBRARIES): Use $$dir in make + command. + 2002-09-24 Alexandre Duret-Lutz * automake.in (handle_single_transform_list): Revert the change diff --git a/lib/am/ltlib.am b/lib/am/ltlib.am index 102ce7df7..56ba9d5c8 100644 --- a/lib/am/ltlib.am +++ b/lib/am/ltlib.am @@ -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 -- 2.47.2