From: Roland McGrath Date: Fri, 18 Mar 1994 00:31:13 +0000 (+0000) Subject: (install-arch-indep): Add missing backslash after a `then'. X-Git-Tag: emacs-19.34~9458 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e9e88fde0a06dcf099b261eb9f08cdcd31beee6;p=emacs.git (install-arch-indep): Add missing backslash after a `then'. --- diff --git a/Makefile.in b/Makefile.in index 9712da1dd03..b978eb71563 100644 --- a/Makefile.in +++ b/Makefile.in @@ -305,7 +305,7 @@ install-arch-indep: mkdir (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); \