From: Andreas Schwab Date: Tue, 3 Nov 1998 10:20:29 +0000 (+0000) Subject: (install-arch-dep): Fix last change and use fns-*.el X-Git-Tag: emacs-20.4~1331 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f0868d86d251fa10afd3d2fb693b416b109b22f;p=emacs.git (install-arch-dep): Fix last change and use fns-*.el from lisp. --- 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 -chmod 1755 ${bindir}/emacs-${version} rm -f ${bindir}/$(EMACS) -ln ${bindir}/emacs-${version} ${bindir}/$(EMACS) - for f in `cd src && echo fns-*.el`; do \ - ${INSTALL_DATA} src/$f ${archlibdir}/$f; \ + for f in `cd lisp && echo fns-*.el`; do \ + ${INSTALL_DATA} lisp/$$f ${archlibdir}/$$f; \ done ### Install the files that are machine-independent.