summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-15 00:25:16 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-15 00:25:16 +0000
commit0e50015821447fd49504178b4e1ba3d2d50153af (patch)
tree4466171daafefa68955adcd16a178194f28e6ff7 /Makefile.in
parentc6c6f82be6bbd4ed7605096e2111509c18146609 (diff)
downloademacs-0e50015821447fd49504178b4e1ba3d2d50153af.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 5073bbf4034..40de0d3d63d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -343,7 +343,7 @@ install-arch-indep: mkdir
else \
(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 \
+ > ${datadir}/emacs/${version}/site-lisp/subdirs.el; \
fi
chmod a+r ${datadir}/emacs/${version}/site-lisp/subdirs.el
if [ -f ${datadir}/emacs/site-lisp/subdirs.el ]; \
@@ -351,7 +351,7 @@ install-arch-indep: mkdir
else \
(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 \
+ > ${datadir}/emacs/site-lisp/subdirs.el; \
fi
chmod a+r ${datadir}/emacs/site-lisp/subdirs.el
if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \