aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a79d8dffb11..d115b927f2f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -346,7 +346,7 @@ install-arch-indep: mkdir
346 done 346 done
347 -rm -f ${lispdir}/subdirs.el 347 -rm -f ${lispdir}/subdirs.el
348 $(srcdir)/update-subdirs ${lispdir} 348 $(srcdir)/update-subdirs ${lispdir}
349 chmod -R a+r ${COPYDESTS} 349 -chmod -R a+r ${COPYDESTS}
350 if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ 350 if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
351 then \ 351 then \
352 echo "Copying etc/DOC-* to ${docdir} ..." ; \ 352 echo "Copying etc/DOC-* to ${docdir} ..." ; \