# HG changeset patch # User Richard M. Stallman # Date 895014750 0 # Node ID d1cebbdf9c3d650aed1675e00fc2e6dacca4b147 # Parent 10a9f355a34695e628c955241c0fae4d0b60e829 (install-arch-indep): Put `-' on commands to create subdirs.el in site-lisp dirs. diff -r 10a9f355a346 -r d1cebbdf9c3d Makefile.in --- 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