diff options
| author | Richard M. Stallman | 1994-05-12 10:52:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-12 10:52:24 +0000 |
| commit | f512d050d3d4189a5e2a8fed78c32b380c065525 (patch) | |
| tree | 324eaa3795382e33815aec8b941f7b23570deb02 | |
| parent | da893f1f843bc3dc2403e8438bbde4798e9bf738 (diff) | |
| download | emacs-f512d050d3d4189a5e2a8fed78c32b380c065525.tar.gz emacs-f512d050d3d4189a5e2a8fed78c32b380c065525.zip | |
(install): Depend on blessmail.
| -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 | |||
| 266 | ## source exists and is distinct from the destination. | 266 | ## source exists and is distinct from the destination. |
| 267 | ## We don't depend on `all', but rather on ${SUBDIR}, so that we won't | 267 | ## We don't depend on `all', but rather on ${SUBDIR}, so that we won't |
| 268 | ## ever modify src/paths.h. | 268 | ## ever modify src/paths.h. |
| 269 | install: ${SUBDIR} install-arch-dep install-arch-indep; | 269 | install: ${SUBDIR} install-arch-dep install-arch-indep blessmail; |
| 270 | 270 | ||
| 271 | ### Note that we copy the DOC-* files from the build etc directory | 271 | ### Note that we copy the DOC-* files from the build etc directory |
| 272 | ### as well as lots of things from ${srcdir}/etc. | 272 | ### as well as lots of things from ${srcdir}/etc. |