summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-11-03 10:20:29 +0000
committerAndreas Schwab <schwab@suse.de>1998-11-03 10:20:29 +0000
commit0dd8a9e7821af04fc9195ef51abcbffcf3f8c300 (patch)
tree845fcebfe925e7d4a32f2aa8597f0009484cb6aa /Makefile.in
parent07bb8f936846f589a06d6a8cccb6f995f44e5b8d (diff)
downloademacs-0dd8a9e7821af04fc9195ef51abcbffcf3f8c300.tar.gz
(install-arch-dep): Fix last change and use fns-*.el
from lisp.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
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.