changeset 8954:c910dbca1355

(paths-force): Depend on src/paths.h
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 Sep 1994 22:16:26 +0000
parents 231a4d114799
children 14951db9444a
files Makefile.in
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Sep 20 19:31:16 1994 +0000
+++ b/Makefile.in	Tue Sep 20 22:16:26 1994 +0000
@@ -219,7 +219,10 @@
 # something notable, so the only unnecessary work we do is in building
 # paths.h.tmp$$$$, which isn't much.
 # Note that sed is not in /bin on 386bsd.
-paths-force: FRC
+# We depend on src/paths.h here to prevent simultaneous execution of
+# that rule and this one, in a parallel make.
+# It is possible for paths.h to be updated twice--but that would happen anyway.
+paths-force: FRC src/paths.h
 	@echo "Producing \`src/paths.h' from \`src/paths.h.in'."
 	@(lisppath=`echo ${lisppath} | ${removenullpaths}` ;		\
 	  buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ;	\