changeset 23618:d71e01e81cc7

(install-arch-dep): Fix last change and use fns-*.el from lisp.
author Andreas Schwab <schwab@suse.de>
date Tue, 03 Nov 1998 10:20:29 +0000
parents 690f81d9c3a2
children 0813c9bb52c4
files Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Nov 03 02:26:21 1998 +0000
+++ b/Makefile.in	Tue Nov 03 10:20:29 1998 +0000
@@ -299,8 +299,8 @@
 	-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.