diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 1998-12-05 00:25:42 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 1998-12-05 00:25:42 +0000 |
commit | f407ae306dfa1d7221229c4d131403b20477ab9d (patch) | |
tree | a17165c1ca041efcc87f453800bc3cba6be8109a /Makefile.in | |
parent | 04cf41b42a1f232453fc91f046a862489ab7b63e (diff) | |
download | emacs-f407ae306dfa1d7221229c4d131403b20477ab9d.tar.gz |
(install-arch-dep): Copy fns-*.el from lib-src.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index dc3a7306863..36c6628950c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -300,7 +300,7 @@ install-arch-dep: mkdir rm -f ${bindir}/$(EMACS) -ln ${bindir}/emacs-${version} ${bindir}/$(EMACS) for f in `cd lib-src && echo fns-*.el`; do \ - ${INSTALL_DATA} lisp/$$f ${archlibdir}/$$f; \ + ${INSTALL_DATA} lib-src/$$f ${archlibdir}/$$f; \ done ### Install the files that are machine-independent. |