From: Andreas Schwab Date: Fri, 30 Oct 1998 09:51:57 +0000 (+0000) Subject: (install-arch-dep): Install src/fns-*.el in X-Git-Tag: emacs-20.4~1376 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cec762dae3814ba21b9d341b2ab7b5104b7f11da;p=emacs.git (install-arch-dep): Install src/fns-*.el in ${archlibdir}. --- diff --git a/Makefile.in b/Makefile.in index a4b2448916b..6624b87565e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -299,6 +299,9 @@ 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; \ + done ### Install the files that are machine-independent. ### Most of them come straight from the distribution;