diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-11-29 16:42:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-11-29 16:42:04 +0000 |
commit | 764b077c71e0de421364d4c83295a1c1f7ae2dcc (patch) | |
tree | 7687b77c2c78bc7974c4c2fef0886b5a93339bc9 /Makefile.in | |
parent | 5106ed5f9ceead3f4e035c6a1d495e16469ddbad (diff) | |
download | emacs-764b077c71e0de421364d4c83295a1c1f7ae2dcc.tar.gz |
(install-arch-dep): Copy fns-*.el from lib-src.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index a72b7f252eb..7aa107f94ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -299,7 +299,7 @@ install-arch-dep: mkdir -chmod 1755 ${bindir}/emacs-${version} rm -f ${bindir}/$(EMACS) -ln ${bindir}/emacs-${version} ${bindir}/$(EMACS) - for f in `cd lisp && echo fns-*.el`; do \ + for f in `cd lib-src && echo fns-*.el`; do \ ${INSTALL_DATA} lisp/$$f ${archlibdir}/$$f; \ done |