Mercurial > emacs
changeset 22044:d1cebbdf9c3d
(install-arch-indep): Put `-' on commands to create
subdirs.el in site-lisp dirs.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 12 May 1998 23:12:30 +0000 |
parents | 10a9f355a346 |
children | 2c21cfc02a7f |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Tue May 12 23:11:10 1998 +0000 +++ b/Makefile.in Tue May 12 23:12:30 1998 +0000 @@ -339,12 +339,12 @@ -rm -f ${lispdir}/subdirs.el $(srcdir)/update-subdirs ${lispdir} -rm -f ${datadir}/emacs/${version}/site-lisp/subdirs.el - (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ + -(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 chmod a+r ${datadir}/emacs/${version}/site-lisp/subdirs.el -rm -f ${datadir}/emacs/site-lisp/subdirs.el - (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ + -(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 chmod a+r ${datadir}/emacs/site-lisp/subdirs.el