Mercurial > emacs
changeset 22065:dd225ba510b4
(install-arch-indep): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 15 May 1998 00:25:16 +0000 |
parents | 6855330db15c |
children | a09f2b697d0a |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Thu May 14 21:16:49 1998 +0000 +++ b/Makefile.in Fri May 15 00:25:16 1998 +0000 @@ -343,7 +343,7 @@ else \ (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ echo " (normal-top-level-add-subdirs-to-load-path))") \ - > ${datadir}/emacs/${version}/site-lisp/subdirs.el \ + > ${datadir}/emacs/${version}/site-lisp/subdirs.el; \ fi chmod a+r ${datadir}/emacs/${version}/site-lisp/subdirs.el if [ -f ${datadir}/emacs/site-lisp/subdirs.el ]; \ @@ -351,7 +351,7 @@ else \ (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ echo " (normal-top-level-add-subdirs-to-load-path))") \ - > ${datadir}/emacs/site-lisp/subdirs.el \ + > ${datadir}/emacs/site-lisp/subdirs.el; \ fi chmod a+r ${datadir}/emacs/site-lisp/subdirs.el if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \