exists; it won't in the CANNOT_DUMP case.
+2000-05-25 Ken Raeburn <raeburn@gnu.org>
+
+ * Makefile.in (install-arch-dep): Install fns-*.el only if it
+ exists; it won't in the CANNOT_DUMP case.
+
2000-05-25 Gerd Moellmann <gerd@gnu.org>
* Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
-ln ${bindir}/emacs-${version} ${bindir}/$(EMACS)
-unset CDPATH; \
for f in `cd lib-src && echo fns-*.el`; do \
- ${INSTALL_DATA} lib-src/$$f ${archlibdir}/$$f; \
+ if test -r lib-src/$$f ; then \
+ ${INSTALL_DATA} lib-src/$$f ${archlibdir}/$$f; \
+ else true; fi ; \
done
### Install the files that are machine-independent.