Mercurial > emacs
changeset 6394:a829e7875542
(install-arch-indep): Add missing backslash after a `then'.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Fri, 18 Mar 1994 00:31:13 +0000 |
parents | 7de1d288460e |
children | 6240067bfe33 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Fri Mar 18 00:23:47 1994 +0000 +++ b/Makefile.in Fri Mar 18 00:31:13 1994 +0000 @@ -305,7 +305,7 @@ (cd etc; tar -cf - DOC*)|(cd ${docdir}; umask 0; tar -xvf - ); \ else true; fi if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \ - then + then \ (cd ${srcdir}/info ; \ if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \ (cd this_dir; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \