aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-03 08:18:08 +0000
committerRichard M. Stallman1994-05-03 08:18:08 +0000
commita874c10477ffc0117be7ae3fa95846e88ad10e7d (patch)
tree00d6e4d594a81b536d4d2b3f1ea339285fdf7f6c
parenta007eef636c713ed46e38967fc818d8bd4ea6f2f (diff)
downloademacs-a874c10477ffc0117be7ae3fa95846e88ad10e7d.tar.gz
emacs-a874c10477ffc0117be7ae3fa95846e88ad10e7d.zip
(lib-src): Depend on src.
-rw-r--r--Makefile.in5
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
222src: lib-src FRC.src 222src: lib-src FRC.src
223lib-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.
226lib-src: FRC.lib-src src/paths.h src
224 227
225.RECURSIVE: ${SUBDIR} 228.RECURSIVE: ${SUBDIR}
226 229