diff options
| -rw-r--r-- | Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index bb7b49ec98e..efd1f0fcb5d 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -338,10 +338,12 @@ install-arch-indep: mkdir | |||
| 338 | -rm -f ${lispdir}/subdirs.el | 338 | -rm -f ${lispdir}/subdirs.el |
| 339 | $(srcdir)/update-subdirs ${lispdir} | 339 | $(srcdir)/update-subdirs ${lispdir} |
| 340 | -rm -f ${datadir}/emacs/${version}/site-lisp/subdirs.el | 340 | -rm -f ${datadir}/emacs/${version}/site-lisp/subdirs.el |
| 341 | echo "(normal-top-level-add-subdirs-to-load-path)" \ | 341 | (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ |
| 342 | echo " (normal-top-level-add-subdirs-to-load-path))") \ | ||
| 342 | > ${datadir}/emacs/${version}/site-lisp/subdirs.el | 343 | > ${datadir}/emacs/${version}/site-lisp/subdirs.el |
| 343 | -rm -f ${datadir}/emacs/site-lisp/subdirs.el | 344 | -rm -f ${datadir}/emacs/site-lisp/subdirs.el |
| 344 | echo "(normal-top-level-add-subdirs-to-load-path)" \ | 345 | (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ |
| 346 | echo " (normal-top-level-add-subdirs-to-load-path))") \ | ||
| 345 | > ${datadir}/emacs/site-lisp/subdirs.el | 347 | > ${datadir}/emacs/site-lisp/subdirs.el |
| 346 | -chmod -R a+r ${COPYDESTS} | 348 | -chmod -R a+r ${COPYDESTS} |
| 347 | if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ | 349 | if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ |