diff options
| author | Richard M. Stallman | 1998-05-12 23:12:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-12 23:12:30 +0000 |
| commit | 15cfd6226a422a3fa1953980cfe6ff7d0814cdae (patch) | |
| tree | 816a700b9d9ae2bafa7c5ce308c2213d5a614896 | |
| parent | ba29c3c9419a23b2ed916a55bb72a42f79a3b3dc (diff) | |
| download | emacs-15cfd6226a422a3fa1953980cfe6ff7d0814cdae.tar.gz emacs-15cfd6226a422a3fa1953980cfe6ff7d0814cdae.zip | |
(install-arch-indep): Put `-' on commands to create
subdirs.el in site-lisp dirs.
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 339 | -rm -f ${lispdir}/subdirs.el | 339 | -rm -f ${lispdir}/subdirs.el |
| 340 | $(srcdir)/update-subdirs ${lispdir} | 340 | $(srcdir)/update-subdirs ${lispdir} |
| 341 | -rm -f ${datadir}/emacs/${version}/site-lisp/subdirs.el | 341 | -rm -f ${datadir}/emacs/${version}/site-lisp/subdirs.el |
| 342 | (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ | 342 | -(echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ |
| 343 | echo " (normal-top-level-add-subdirs-to-load-path))") \ | 343 | echo " (normal-top-level-add-subdirs-to-load-path))") \ |
| 344 | > ${datadir}/emacs/${version}/site-lisp/subdirs.el | 344 | > ${datadir}/emacs/${version}/site-lisp/subdirs.el |
| 345 | chmod a+r ${datadir}/emacs/${version}/site-lisp/subdirs.el | 345 | chmod a+r ${datadir}/emacs/${version}/site-lisp/subdirs.el |
| 346 | -rm -f ${datadir}/emacs/site-lisp/subdirs.el | 346 | -rm -f ${datadir}/emacs/site-lisp/subdirs.el |
| 347 | (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ | 347 | -(echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; \ |
| 348 | echo " (normal-top-level-add-subdirs-to-load-path))") \ | 348 | echo " (normal-top-level-add-subdirs-to-load-path))") \ |
| 349 | > ${datadir}/emacs/site-lisp/subdirs.el | 349 | > ${datadir}/emacs/site-lisp/subdirs.el |
| 350 | chmod a+r ${datadir}/emacs/site-lisp/subdirs.el | 350 | chmod a+r ${datadir}/emacs/site-lisp/subdirs.el |