From d56a1167bc83f4d1566af437bfc3de75e43c3b7c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 15 May 1998 00:25:16 +0000 Subject: [PATCH] (install-arch-indep): Fix previous change. --- Makefile.in | 4 ++-- 1 file 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)` ]; \ -- 2.39.2