diff options
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. |