From: Richard M. Stallman Date: Fri, 23 Feb 1996 21:44:18 +0000 (+0000) Subject: (install-arch-dep): Depend on install-arch-indep. X-Git-Tag: emacs-19.34~1208 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4ca0c5f8b581d50b3a4fd858f9f0643760d6dc4;p=emacs.git (install-arch-dep): Depend on install-arch-indep. (install): Put install-arch-indep before install-arch-dep. --- 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} \