]> git.eshelyaron.com Git - emacs.git/commitdiff
(install-arch-indep): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 Mar 1998 02:34:11 +0000 (02:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Mar 1998 02:34:11 +0000 (02:34 +0000)
Makefile.in

index 291b586e4774fed90e1b84a1d9259a0476af9c7f..78de8cfea416abc80f8ff4b78d136604171157de 100644 (file)
@@ -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)` ]; \