From: Richard M. Stallman Date: Sun, 29 Nov 1998 16:42:04 +0000 (+0000) Subject: (install-arch-dep): Copy fns-*.el from lib-src. X-Git-Tag: emacs-20.4~1168 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=764b077c71e0de421364d4c83295a1c1f7ae2dcc;p=emacs.git (install-arch-dep): Copy fns-*.el from lib-src. --- 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