From e4ca0c5f8b581d50b3a4fd858f9f0643760d6dc4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 23 Feb 1996 21:44:18 +0000 Subject: [PATCH] (install-arch-dep): Depend on install-arch-indep. (install): Put install-arch-indep before install-arch-dep. --- Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index ea322f3c507..ea58c3bc1f4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -294,11 +294,13 @@ lwlib/Makefile: lwlib/Makefile.in config.status ## 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} \ -- 2.39.2