summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-03-29 02:34:11 +0000
committerRichard M. Stallman <rms@gnu.org>1998-03-29 02:34:11 +0000
commit3ae7b0a9c98a92feb6099bfacb06f63609c84044 (patch)
treec72d5d9de30e2cdc8dd80f57ebeb00650189723e /Makefile.in
parent212e4f8756c6c7020eac8cf6c5caf9bd276eb19c (diff)
downloademacs-3ae7b0a9c98a92feb6099bfacb06f63609c84044.tar.gz
(install-arch-indep): Fix previous change.
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 291b586e477..78de8cfea41 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -338,10 +338,10 @@ install-arch-indep: mkdir
-rm -f ${lispdir}/subdirs.el
$(srcdir)/update-subdirs ${lispdir}
-rm -f ${datadir}/emacs/${version}/site-lisp/subdirs.el
- echo "(normal-top-level-add-subdirs-to-load-path)\n" \
+ echo "(normal-top-level-add-subdirs-to-load-path)" \
> ${datadir}/emacs/${version}/site-lisp/subdirs.el
-rm -f ${datadir}/emacs/site-lisp/subdirs.el
- echo "(normal-top-level-add-subdirs-to-load-path)\n" \
+ echo "(normal-top-level-add-subdirs-to-load-path)" \
> ${datadir}/emacs/site-lisp/subdirs.el
-chmod -R a+r ${COPYDESTS}
if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \