aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-04 05:15:26 +0000
committerRichard M. Stallman1994-05-04 05:15:26 +0000
commitd541babe36ee50d364a62a477f178553625c6586 (patch)
tree95d7ff7935aba61d3582210563962932b14d3059
parentd19f95fe166eb05945c977ec89e3cae3a3158d76 (diff)
downloademacs-d541babe36ee50d364a62a477f178553625c6586.tar.gz
emacs-d541babe36ee50d364a62a477f178553625c6586.zip
(lib-src): Undo previous change.
(blessmail): New target to run maybe-blessmail in lib-src. (all): Depend on blessmail.
-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
195COPYDIR = ${srcdir}/etc ${srcdir}/lisp 195COPYDIR = ${srcdir}/etc ${srcdir}/lisp
196COPYDESTS = ${etcdir} ${lispdir} 196COPYDESTS = ${etcdir} ${lispdir}
197 197
198all: src/paths.h ${SUBDIR} 198all: src/paths.h ${SUBDIR} blessmail
199 199
200removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/' 200removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/'
201 201
@@ -221,9 +221,7 @@ src/paths.h: Makefile ${srcdir}/src/paths.h.in FRC.src.paths.h
221 221
222src: lib-src FRC.src 222src: lib-src FRC.src
223 223
224# Depend on src so that src gets done first 224lib-src: FRC.lib-src src/paths.h
225# and emacs is available for running blessmail.
226lib-src: FRC.lib-src src/paths.h src
227 225
228.RECURSIVE: ${SUBDIR} 226.RECURSIVE: ${SUBDIR}
229 227
@@ -232,6 +230,9 @@ ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC
232 CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \ 230 CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
233 LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' 231 LDFLAGS='${LDFLAGS}' MAKE='${MAKE}'
234 232
233blessmail: ${SUBDIR_MAKEFILES} FRC
234 cd lib-src; $(MAKE) maybe-blessmail $(MFLAGS) MAKE='${MAKE}'
235
235Makefile: Makefile.in config.status 236Makefile: Makefile.in config.status
236 ./config.status 237 ./config.status
237 238