summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-12 23:12:30 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-12 23:12:30 +0000
commit5a8a70b7e52e1425111f7c81711a97ce00f59f99 (patch)
tree0d390484411490cf9d5a3dfad3e36861fff8cabe /Makefile.in
parenta20b1c9c026605f651688ee0eab0b8d7d17cde4c (diff)
downloademacs-5a8a70b7e52e1425111f7c81711a97ce00f59f99.tar.gz
(install-arch-indep): Put `-' on commands to create
subdirs.el in site-lisp dirs.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
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
-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