From 6619d7d8ac9102ebc3acd856e612ae413ecc326d Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@redhat.com>
Date: Mon, 15 Jun 1992 21:47:19 +0000
Subject: [PATCH] Formerly remake.c.~29~

---
 remake.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/remake.c b/remake.c
index 9fa70a6a..9c9017e3 100644
--- a/remake.c
+++ b/remake.c
@@ -73,6 +73,10 @@ update_goal_chain (goals, makefiles)
     {
       register struct dep *g, *lastgoal;
 
+      /* Start jobs that are waiting for the load to go down.  */
+
+      start_waiting_jobs ();
+
       /* Wait for a child to die.  */
 
       reap_children (1, 0);