(install-arch-indep): Add missing backslash after a `then'.
authorRoland McGrath <roland@gnu.org>
Fri, 18 Mar 1994 00:31:13 +0000 (00:31 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 18 Mar 1994 00:31:13 +0000 (00:31 +0000)
Makefile.in

index 9712da1..b978eb7 100644 (file)
@@ -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); \