From 56e3384b534a959ff9f6ff53c4ab069d494a5fc1 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 23 Jan 2004 22:47:56 +0000 Subject: [PATCH] * lib/am/python.am (uninstall-%DIR%PYTHON): Remove extra `;'s. Fix python10.test. --- ChangeLog | 3 +++ lib/am/python.am | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd94a2fff..48a37999e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-01-23 Alexandre Duret-Lutz + * lib/am/python.am (uninstall-%DIR%PYTHON): Remove extra `;'s. + Fix python10.test. + * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Use `s/xx//p' instead of `/xx/ s///p'; the latter fails when GNU sed is run with POSIXLY_CORRECT. Also strip superfluous -e. diff --git a/lib/am/python.am b/lib/am/python.am index f6f4daee9..9af7f7e16 100644 --- a/lib/am/python.am +++ b/lib/am/python.am @@ -68,8 +68,8 @@ uninstall-%DIR%PYTHON: ?!BASE? @$(am__vpath_adj_setup) \ ?!BASE? list='$(%DIR%_PYTHON)'; dlist=''; for p in $$list; do\ ?BASE? @list='$(%DIR%_PYTHON)'; dlist=''; for p in $$list; do\ -?BASE? f=$(am__strip_dir); \ -?!BASE? $(am__vpath_adj); \ +?BASE? f=$(am__strip_dir) \ +?!BASE? $(am__vpath_adj) \ rm -f $(DESTDIR)$(%NDIR%dir)/$$f; \ ## This is to remove the .pyc and .pyo byte compiled versions (a bit ## of a hack). -- 2.47.2