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
commite5b5fde296b17adb2df37c863af7f3a32bcbe72f (patch)
tree0d5066275a061d0aae17b3ef0d33d73a4479b6e4 /Makefile.in
parenta80f74bc4c5115cf23d54233e7935c10ec911161 (diff)
downloademacs-e5b5fde296b17adb2df37c863af7f3a32bcbe72f.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); \