From 764b077c71e0de421364d4c83295a1c1f7ae2dcc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 29 Nov 1998 16:42:04 +0000 Subject: [PATCH] (install-arch-dep): Copy fns-*.el from lib-src. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2