diff options
author | Roland McGrath <roland@gnu.org> | 1994-03-18 00:31:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-03-18 00:31:13 +0000 |
commit | 5e9e88fde0a06dcf099b261eb9f08cdcd31beee6 (patch) | |
tree | f58d5f8b06b3832c5cb44b12cafcba6eeb7c8938 /Makefile.in | |
parent | ff773a4e166e0b84f4a34135321d6bd35e07943e (diff) | |
download | emacs-5e9e88fde0a06dcf099b261eb9f08cdcd31beee6.tar.gz |
(install-arch-indep): Add missing backslash after a `then'.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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); \ |