automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: remove stray ; causing python10.test failure.


From: Alexandre Duret-Lutz
Subject: FYI: remove stray ; causing python10.test failure.
Date: Fri, 23 Jan 2004 23:47:53 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Installed on HEAD.

2004-01-23  Alexandre Duret-Lutz  <address@hidden>

        * lib/am/python.am (uninstall-%DIR%PYTHON): Remove extra `;'s.
        Fix python10.test.

Index: lib/am/python.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/python.am,v
retrieving revision 1.21
diff -u -r1.21 python.am
--- lib/am/python.am    12 Jan 2004 22:56:48 -0000      1.21
+++ lib/am/python.am    23 Jan 2004 22:46:45 -0000
@@ -68,8 +68,8 @@
 ?!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).

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]