summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1995-11-30 03:43:50 +0000
committerErik Naggum <erik@naggum.no>1995-11-30 03:43:50 +0000
commit6e2f2e921543daf459d633781c6b067738d4e458 (patch)
treef7ed8b9b2e20ac5e2258feb12ab5331e66525934 /Makefile.in
parentba2a1fb0f2d62ce2782a0f6fe75b91b76f47e44d (diff)
downloademacs-6e2f2e921543daf459d633781c6b067738d4e458.tar.gz
Add missing backslash.
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 372293a787b..76b3e35518c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -355,7 +355,7 @@ install-arch-indep: mkdir
if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
then \
(cd ${infodir}; \
- if [ -f dir ]; then
+ if [ -f dir ]; then \
if [ ! -f dir.old ]; then mv -f dir dir.old; \
else mv -f dir dir.bak; fi; \
fi; \