+2001-07-16 Tom Tromey <tromey@redhat.com>
+
+ Fix for PR automake/212:
+ * lib/am/lisp.am (install-%DIR%LISP): Added missing `\'.
+ (uninstall-%DIR%LISP): Likewise.
+
2001-07-15 Tom Tromey <tromey@redhat.com>
* automake.in (usage): Rewrote code to handle columnization.
install-%DIR%LISP: $(%DIR%_LISP) $(ELCFILES)
@$(NORMAL_INSTALL)
## lispdir might not be defined.
- @if test -n "$(lispdir)"; then
+ @if test -n "$(lispdir)"; then \
$(mkinstalldirs) $(DESTDIR)$(%NDIR%dir); \
## Funny invocation because Makefile variable can be empty, leading to
## a syntax error in sh.
uninstall-%DIR%LISP:
@$(NORMAL_UNINSTALL)
## lispdir might not be defined.
- @if test -n "$(lispdir)"; then
+ @if test -n "$(lispdir)"; then \
list='$(%DIR%_LISP)'; for p in $$list; do \
?BASE? f="`echo $$p | sed -e 's|^.*/||'`"; \
?!BASE? f="$$p"; \