summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-04-07 03:20:31 +0000
committerRichard M. Stallman <rms@gnu.org>1998-04-07 03:20:31 +0000
commit8dd455e101a55a6eab029e9099dbf5dad517beb2 (patch)
treee08de253b03c2cafd6f8a3b06f02e7fe6770be7f /Makefile.in
parent442f5309d93cc12ffde6ea205421e1173478b0ce (diff)
downloademacs-8dd455e101a55a6eab029e9099dbf5dad517beb2.tar.gz
(install-arch-indep): Fix previous change.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index bb7b49ec98e..efd1f0fcb5d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -338,10 +338,12 @@ 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)" \
+ (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
-rm -f ${datadir}/emacs/site-lisp/subdirs.el
- echo "(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 -R a+r ${COPYDESTS}
if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \