comparison Makefile.in @ 7470:c5dab4ea2a4c

(install): Depend on blessmail.
author Richard M. Stallman <rms@gnu.org>
date Thu, 12 May 1994 10:52:24 +0000
parents 2ead438fa63a
children 72d8287c8b16
comparison
equal deleted inserted replaced
7469:24b292242269 7470:c5dab4ea2a4c
264 ## place with their files read-only (perhaps because they are checked 264 ## place with their files read-only (perhaps because they are checked
265 ## into RCS). In order to make this safe, we make sure that the 265 ## into RCS). In order to make this safe, we make sure that the
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.
273 install-arch-dep: mkdir 273 install-arch-dep: mkdir
274 (cd lib-src; \ 274 (cd lib-src; \