From: Karl Heuer Date: Fri, 7 Nov 1997 19:18:45 +0000 (+0000) Subject: (install): Move blessmail last. X-Git-Tag: emacs-20.3~2859 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cff455ae1e6f5f5d701187508be8513c6c5b00fb;p=emacs.git (install): Move blessmail last. --- diff --git a/Makefile.in b/Makefile.in index 96d6c844627..c459018853c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -280,7 +280,7 @@ leim/Makefile: leim/Makefile.in config.status ## source exists and is distinct from the destination. ### We do install-arch-indep first because ### the executable needs the Lisp files and DOC file to work properly. -install: all install-arch-indep install-arch-dep blessmail install-leim +install: all install-arch-indep install-arch-dep install-leim blessmail @true ### Install the executables that were compiled specifically for this machine.