# HG changeset patch # User Andreas Schwab # Date 909741117 0 # Node ID e26894ec836908bcf60ab70aea791ac7b8dc1cc0 # Parent 1fa5f9f5c92e43d09b57295c77d8d112ea0eee64 (install-arch-dep): Install src/fns-*.el in ${archlibdir}. diff -r 1fa5f9f5c92e -r e26894ec8369 Makefile.in --- a/Makefile.in Fri Oct 30 04:22:31 1998 +0000 +++ b/Makefile.in Fri Oct 30 09:51:57 1998 +0000 @@ -299,6 +299,9 @@ -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;