Mercurial > emacs
changeset 21311:a5d6b18d63e5
(install-arch-indep): Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 29 Mar 1998 02:34:11 +0000 |
parents | d5dab6049412 |
children | b5b8f2545eae |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Sun Mar 29 01:25:20 1998 +0000 +++ b/Makefile.in Sun Mar 29 02:34:11 1998 +0000 @@ -338,10 +338,10 @@ -rm -f ${lispdir}/subdirs.el $(srcdir)/update-subdirs ${lispdir} -rm -f ${datadir}/emacs/${version}/site-lisp/subdirs.el - echo "(normal-top-level-add-subdirs-to-load-path)\n" \ + echo "(normal-top-level-add-subdirs-to-load-path)" \ > ${datadir}/emacs/${version}/site-lisp/subdirs.el -rm -f ${datadir}/emacs/site-lisp/subdirs.el - echo "(normal-top-level-add-subdirs-to-load-path)\n" \ + echo "(normal-top-level-add-subdirs-to-load-path)" \ > ${datadir}/emacs/site-lisp/subdirs.el -chmod -R a+r ${COPYDESTS} if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \