Mercurial > emacs
changeset 7311:b4ef2060b171
(lib-src): Undo previous change.
(blessmail): New target to run maybe-blessmail in lib-src.
(all): Depend on blessmail.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 04 May 1994 05:15:26 +0000 |
parents | 22f22911813a |
children | 102e78c0fb9a |
files | Makefile.in |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Wed May 04 05:15:00 1994 +0000 +++ b/Makefile.in Wed May 04 05:15:26 1994 +0000 @@ -195,7 +195,7 @@ COPYDIR = ${srcdir}/etc ${srcdir}/lisp COPYDESTS = ${etcdir} ${lispdir} -all: src/paths.h ${SUBDIR} +all: src/paths.h ${SUBDIR} blessmail removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/' @@ -221,9 +221,7 @@ src: lib-src FRC.src -# Depend on src so that src gets done first -# and emacs is available for running blessmail. -lib-src: FRC.lib-src src/paths.h src +lib-src: FRC.lib-src src/paths.h .RECURSIVE: ${SUBDIR} @@ -232,6 +230,9 @@ CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \ LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' +blessmail: ${SUBDIR_MAKEFILES} FRC + cd lib-src; $(MAKE) maybe-blessmail $(MFLAGS) MAKE='${MAKE}' + Makefile: Makefile.in config.status ./config.status