diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-12 10:52:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-12 10:52:24 +0000 |
commit | f512d050d3d4189a5e2a8fed78c32b380c065525 (patch) | |
tree | 324eaa3795382e33815aec8b941f7b23570deb02 /Makefile.in | |
parent | da893f1f843bc3dc2403e8438bbde4798e9bf738 (diff) | |
download | emacs-f512d050d3d4189a5e2a8fed78c32b380c065525.tar.gz |
(install): Depend on blessmail.
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 092a460ce40..41b323b73bb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -266,7 +266,7 @@ 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; +install: ${SUBDIR} install-arch-dep install-arch-indep blessmail; ### Note that we copy the DOC-* files from the build etc directory ### as well as lots of things from ${srcdir}/etc. |