Mercurial > emacs
changeset 23821:ca43684a96d9
(install-arch-dep): Copy fns-*.el from lib-src.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Sat, 05 Dec 1998 00:25:42 +0000 |
parents | 3d67195ddc6a |
children | 34fa38b26638 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Fri Dec 04 23:42:36 1998 +0000 +++ b/Makefile.in Sat Dec 05 00:25:42 1998 +0000 @@ -300,7 +300,7 @@ rm -f ${bindir}/$(EMACS) -ln ${bindir}/emacs-${version} ${bindir}/$(EMACS) for f in `cd lib-src && echo fns-*.el`; do \ - ${INSTALL_DATA} lisp/$$f ${archlibdir}/$$f; \ + ${INSTALL_DATA} lib-src/$$f ${archlibdir}/$$f; \ done ### Install the files that are machine-independent.