diff options
| author | Richard M. Stallman | 1994-05-03 08:18:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-03 08:18:08 +0000 |
| commit | a874c10477ffc0117be7ae3fa95846e88ad10e7d (patch) | |
| tree | 00d6e4d594a81b536d4d2b3f1ea339285fdf7f6c | |
| parent | a007eef636c713ed46e38967fc818d8bd4ea6f2f (diff) | |
| download | emacs-a874c10477ffc0117be7ae3fa95846e88ad10e7d.tar.gz emacs-a874c10477ffc0117be7ae3fa95846e88ad10e7d.zip | |
(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 | |||
| 220 | @${srcdir}/move-if-change src/paths.h.tmp src/paths.h | 220 | @${srcdir}/move-if-change src/paths.h.tmp src/paths.h |
| 221 | 221 | ||
| 222 | src: lib-src FRC.src | 222 | src: lib-src FRC.src |
| 223 | lib-src: FRC.lib-src src/paths.h | 223 | |
| 224 | # Depend on src so that src gets done first | ||
| 225 | # and emacs is available for running blessmail. | ||
| 226 | lib-src: FRC.lib-src src/paths.h src | ||
| 224 | 227 | ||
| 225 | .RECURSIVE: ${SUBDIR} | 228 | .RECURSIVE: ${SUBDIR} |
| 226 | 229 | ||