summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-10-30 09:51:57 +0000
committerAndreas Schwab <schwab@suse.de>1998-10-30 09:51:57 +0000
commite8e77c0c48efe20406f03571150ac6640c67bb8d (patch)
treea7f05b489693749bde70a36881d1c23581bf3c5d /Makefile.in
parent72d3ac211297ed892d0de45ec31b3e3fe3dac9f4 (diff)
downloademacs-e8e77c0c48efe20406f03571150ac6640c67bb8d.tar.gz
(install-arch-dep): Install src/fns-*.el in
${archlibdir}.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
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;