diff options
| author | Richard M. Stallman | 1998-05-15 00:25:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-15 00:25:16 +0000 |
| commit | d56a1167bc83f4d1566af437bfc3de75e43c3b7c (patch) | |
| tree | c02fb670b736b69a04ae599fc66d58725d2f4dcc | |
| parent | e4ade21be29a4fb37e5415fa5176a9013836c2eb (diff) | |
| download | emacs-d56a1167bc83f4d1566af437bfc3de75e43c3b7c.tar.gz emacs-d56a1167bc83f4d1566af437bfc3de75e43c3b7c.zip | |
(install-arch-indep): Fix previous change.
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 5073bbf4034..40de0d3d63d 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -343,7 +343,7 @@ install-arch-indep: mkdir | |||
| 343 | else \ | 343 | else \ |
| 344 | (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ | 344 | (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ |
| 345 | echo " (normal-top-level-add-subdirs-to-load-path))") \ | 345 | echo " (normal-top-level-add-subdirs-to-load-path))") \ |
| 346 | > ${datadir}/emacs/${version}/site-lisp/subdirs.el \ | 346 | > ${datadir}/emacs/${version}/site-lisp/subdirs.el; \ |
| 347 | fi | 347 | fi |
| 348 | chmod a+r ${datadir}/emacs/${version}/site-lisp/subdirs.el | 348 | chmod a+r ${datadir}/emacs/${version}/site-lisp/subdirs.el |
| 349 | if [ -f ${datadir}/emacs/site-lisp/subdirs.el ]; \ | 349 | if [ -f ${datadir}/emacs/site-lisp/subdirs.el ]; \ |
| @@ -351,7 +351,7 @@ install-arch-indep: mkdir | |||
| 351 | else \ | 351 | else \ |
| 352 | (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ | 352 | (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ |
| 353 | echo " (normal-top-level-add-subdirs-to-load-path))") \ | 353 | echo " (normal-top-level-add-subdirs-to-load-path))") \ |
| 354 | > ${datadir}/emacs/site-lisp/subdirs.el \ | 354 | > ${datadir}/emacs/site-lisp/subdirs.el; \ |
| 355 | fi | 355 | fi |
| 356 | chmod a+r ${datadir}/emacs/site-lisp/subdirs.el | 356 | chmod a+r ${datadir}/emacs/site-lisp/subdirs.el |
| 357 | if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ | 357 | if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ |