diff options
| author | Richard M. Stallman | 1994-05-04 05:15:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-04 05:15:26 +0000 |
| commit | d541babe36ee50d364a62a477f178553625c6586 (patch) | |
| tree | 95d7ff7935aba61d3582210563962932b14d3059 | |
| parent | d19f95fe166eb05945c977ec89e3cae3a3158d76 (diff) | |
| download | emacs-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.in | 9 |
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 | |||
| 195 | COPYDIR = ${srcdir}/etc ${srcdir}/lisp | 195 | COPYDIR = ${srcdir}/etc ${srcdir}/lisp |
| 196 | COPYDESTS = ${etcdir} ${lispdir} | 196 | COPYDESTS = ${etcdir} ${lispdir} |
| 197 | 197 | ||
| 198 | all: src/paths.h ${SUBDIR} | 198 | all: src/paths.h ${SUBDIR} blessmail |
| 199 | 199 | ||
| 200 | removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/' | 200 | removenullpaths=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 | ||
| 222 | src: lib-src FRC.src | 222 | src: lib-src FRC.src |
| 223 | 223 | ||
| 224 | # Depend on src so that src gets done first | 224 | lib-src: FRC.lib-src src/paths.h |
| 225 | # and emacs is available for running blessmail. | ||
| 226 | lib-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 | ||
| 233 | blessmail: ${SUBDIR_MAKEFILES} FRC | ||
| 234 | cd lib-src; $(MAKE) maybe-blessmail $(MFLAGS) MAKE='${MAKE}' | ||
| 235 | |||
| 235 | Makefile: Makefile.in config.status | 236 | Makefile: Makefile.in config.status |
| 236 | ./config.status | 237 | ./config.status |
| 237 | 238 | ||