# HG changeset patch # User Richard M. Stallman # Date 768028526 0 # Node ID b4ef2060b17144bc64a2e2c6219f954f70bef282 # Parent 22f22911813a235fa18dc6e977e43ca5b3a6a991 (lib-src): Undo previous change. (blessmail): New target to run maybe-blessmail in lib-src. (all): Depend on blessmail. diff -r 22f22911813a -r b4ef2060b171 Makefile.in --- 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