diff Makefile.in @ 29197:c58cb815dcfd

* Makefile.in (install-arch-dep): Install fns-*.el only if it exists; it won't in the CANNOT_DUMP case.
author Ken Raeburn <raeburn@raeburn.org>
date Thu, 25 May 2000 16:40:12 +0000
parents e4bac51dfe65
children 3b7f860d6469
line wrap: on
line diff
--- a/Makefile.in	Thu May 25 16:32:19 2000 +0000
+++ b/Makefile.in	Thu May 25 16:40:12 2000 +0000
@@ -307,7 +307,9 @@
 	-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.