summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-04 05:15:26 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-04 05:15:26 +0000
commitd541babe36ee50d364a62a477f178553625c6586 (patch)
tree95d7ff7935aba61d3582210563962932b14d3059 /Makefile.in
parentd19f95fe166eb05945c977ec89e3cae3a3158d76 (diff)
downloademacs-d541babe36ee50d364a62a477f178553625c6586.tar.gz
(lib-src): Undo previous change.
(blessmail): New target to run maybe-blessmail in lib-src. (all): Depend on blessmail.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files 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