changeset 14652:1c0841475030

(install-arch-dep): Depend on install-arch-indep. (install): Put install-arch-indep before install-arch-dep.
author Richard M. Stallman <rms@gnu.org>
date Fri, 23 Feb 1996 21:44:18 +0000
parents fba27ff5d896
children 79cf52c9ef93
files Makefile.in
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Fri Feb 23 20:14:40 1996 +0000
+++ b/Makefile.in	Fri Feb 23 21:44:18 1996 +0000
@@ -294,11 +294,13 @@
 ## source exists and is distinct from the destination.
 ## We don't depend on `all', but rather on ${SUBDIR}, so that we won't
 ## ever modify src/paths.h.
-install: ${SUBDIR} install-arch-dep install-arch-indep blessmail
+install: ${SUBDIR} install-arch-indep install-arch-dep blessmail
 	@true
 
 ### Install the executables that were compiled specifically for this machine.
-install-arch-dep: mkdir
+### This depends on install-arch-indep because
+### the executable needs the Lisp files and DOC file to work properly.
+install-arch-dep: mkdir install-arch-indep
 	(cd lib-src; \
 	  $(MAKE) install $(MFLAGS) prefix=${prefix} \
 	    exec_prefix=${exec_prefix} bindir=${bindir} \