diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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)` ]; \ |