From 8b8d76995b0180542f341d9ea613ba01c09e9ac3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 3 May 1994 08:18:08 +0000 Subject: (lib-src): Depend on src. --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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} -- cgit v1.2.1