]> sourceware.org Git - automake.git/commitdiff
* lib/am/python.am (uninstall-%DIR%PYTHON): Remove extra `;'s.
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 23 Jan 2004 22:47:55 +0000 (22:47 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 23 Jan 2004 22:47:55 +0000 (22:47 +0000)
Fix python10.test.

ChangeLog
lib/am/python.am

index fd94a2fffdd1ca2c41706cb8ad4a9df5e144eb62..48a37999ead56b2b1c1536d1ebb3bc7a0cd7fd32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-01-23  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * 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.
index f6f4daee91ac8d85b669aeb32155baaf6506f1ca..9af7f7e165d56b81c93b558324aa14c4c1c6f8ce 100644 (file)
@@ -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).
This page took 0.033646 seconds and 5 git commands to generate.