From 3ae7b0a9c98a92feb6099bfacb06f63609c84044 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 29 Mar 1998 02:34:11 +0000 Subject: (install-arch-indep): Fix previous change. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') 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)` ]; \ -- cgit v1.2.3-70-g09d2