aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1998-11-03 10:20:29 +0000
committerAndreas Schwab1998-11-03 10:20:29 +0000
commit6f0868d86d251fa10afd3d2fb693b416b109b22f (patch)
tree8a93187f1404d890e160344ac6325935d6af55f8
parent4488d7e15cc117238967ba30a8694b62ec64987a (diff)
downloademacs-6f0868d86d251fa10afd3d2fb693b416b109b22f.tar.gz
emacs-6f0868d86d251fa10afd3d2fb693b416b109b22f.zip
(install-arch-dep): Fix last change and use fns-*.el
from lisp.
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 6624b87565e..a72b7f252eb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -299,8 +299,8 @@ install-arch-dep: mkdir
299 -chmod 1755 ${bindir}/emacs-${version} 299 -chmod 1755 ${bindir}/emacs-${version}
300 rm -f ${bindir}/$(EMACS) 300 rm -f ${bindir}/$(EMACS)
301 -ln ${bindir}/emacs-${version} ${bindir}/$(EMACS) 301 -ln ${bindir}/emacs-${version} ${bindir}/$(EMACS)
302 for f in `cd src && echo fns-*.el`; do \ 302 for f in `cd lisp && echo fns-*.el`; do \
303 ${INSTALL_DATA} src/$f ${archlibdir}/$f; \ 303 ${INSTALL_DATA} lisp/$$f ${archlibdir}/$$f; \
304 done 304 done
305 305
306### Install the files that are machine-independent. 306### Install the files that are machine-independent.