diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-03 08:18:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-03 08:18:08 +0000 |
commit | 8b8d76995b0180542f341d9ea613ba01c09e9ac3 (patch) | |
tree | 4dfcaa95df98a26e28e3c8f3041bd6de29e65d6e | |
parent | 0d6bd56b5ba8d43709364b2a13c1313cf2464546 (diff) | |
download | emacs-8b8d76995b0180542f341d9ea613ba01c09e9ac3.tar.gz |
(lib-src): Depend on src.
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1dc1ac9ad54..71b405c9702 100644 --- a/Makefile.in +++ b/Makefile.in @@ -220,7 +220,10 @@ src/paths.h: Makefile ${srcdir}/src/paths.h.in FRC.src.paths.h @${srcdir}/move-if-change src/paths.h.tmp src/paths.h src: lib-src FRC.src -lib-src: FRC.lib-src src/paths.h + +# 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 .RECURSIVE: ${SUBDIR} |