summaryrefslogtreecommitdiff
path: root/lib/am/lisp.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2014-12-30 12:22:07 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2014-12-30 13:37:20 +0100
commit5a2ae66d8a190d80e8d132ad569c08fd207bb9bd (patch)
treef45ed2b79040ea376685fbbdc3efedb2e43e7241 /lib/am/lisp.am
parent8e29fa6bb50d9ab4a8a263c96c51efaa98b169e3 (diff)
downloadautomake-5a2ae66d8a190d80e8d132ad569c08fd207bb9bd.tar.gz
[ng] tex, tags, install: make sure recipes don't end with '\' (backslash char)
Some shells are unable to handle that. Issue revealed by failures of the "check-no-trailing-backslash-in-recipes" rule. * lib/am/texinfos.mk, lib/am/tags.mk, lib/am/scripts.am: Adjust. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'lib/am/lisp.am')
-rw-r--r--lib/am/lisp.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/lisp.am b/lib/am/lisp.am
index 2c1a4466b..eb7a011cc 100644
--- a/lib/am/lisp.am
+++ b/lib/am/lisp.am
@@ -93,7 +93,7 @@ uninstall-%DIR%LISP:
$(foreach i,\
?BASE? $(notdir $(%DIR%_LISP)), \
?!BASE? $(patsubst $(srcdir)/%,%,$(%DIR%_LISP)), \
-## Also remove the '.elc' byte-compiled versions (if any).
+## Also remove the '.elc' byte-compiled versions, if any.
$(i) $(i)c))
endif %?INSTALL%