From: Richard M. Stallman Date: Tue, 12 May 1998 23:12:30 +0000 (+0000) Subject: (install-arch-indep): Put `-' on commands to create X-Git-Tag: emacs-20.3~1033 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15cfd6226a422a3fa1953980cfe6ff7d0814cdae;p=emacs.git (install-arch-indep): Put `-' on commands to create subdirs.el in site-lisp dirs. --- diff --git a/Makefile.in b/Makefile.in index 4696522b7b3..5410bbdaff8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -339,12 +339,12 @@ install-arch-indep: mkdir -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