From d541babe36ee50d364a62a477f178553625c6586 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 4 May 1994 05:15:26 +0000 Subject: [PATCH] (lib-src): Undo previous change. (blessmail): New target to run maybe-blessmail in lib-src. (all): Depend on blessmail. --- Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 71b405c9702..dc2790e5ec6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -195,7 +195,7 @@ SUBDIR_MAKEFILES = lib-src/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefil 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/paths.h: Makefile ${srcdir}/src/paths.h.in FRC.src.paths.h 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 @@ ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC 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 -- 2.39.5