summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-03-18 00:31:13 +0000
committerRoland McGrath <roland@gnu.org>1994-03-18 00:31:13 +0000
commit5e9e88fde0a06dcf099b261eb9f08cdcd31beee6 (patch)
treef58d5f8b06b3832c5cb44b12cafcba6eeb7c8938 /Makefile.in
parentff773a4e166e0b84f4a34135321d6bd35e07943e (diff)
downloademacs-5e9e88fde0a06dcf099b261eb9f08cdcd31beee6.tar.gz
(install-arch-indep): Add missing backslash after a `then'.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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); \