diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-11-07 19:18:45 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-11-07 19:18:45 +0000 |
commit | cff455ae1e6f5f5d701187508be8513c6c5b00fb (patch) | |
tree | 112f539eb2f40c2ed15c965220200a9268f3466b /Makefile.in | |
parent | 330a9ebba08c002d4ef1ca0e814a43c692ba18ff (diff) | |
download | emacs-cff455ae1e6f5f5d701187508be8513c6c5b00fb.tar.gz |
(install): Move blessmail last.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |