From 30a86497f23c15e2d433f50e1c99d6d7c3cfa61e Mon Sep 17 00:00:00 2001
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Date: Wed, 26 Mar 2008 18:01:54 +0000
Subject: - fix generation of sysnum.h for parallel builds, second take.  
 Revert r21503 and redo more cleanly.

---
 Makerules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Makerules')

diff --git a/Makerules b/Makerules
index 411379c65..7000601df 100644
--- a/Makerules
+++ b/Makerules
@@ -199,14 +199,14 @@ $(interp): $(top_builddir)lib/interp.c
 	$(compile.c)
 	$(Q)$(STRIPTOOL) -x -R .note -R .comment $@
 
-$(ldso): | $(sub_headers)
+$(ldso):
 	@cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
 
 $(libc):
 	@cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
 
 $(headers_dep):
-	$(Q)cd $(top_builddir); $(MAKE) headers
+	$(Q)cd $(top_builddir); $(MAKE) pregen
 
 CRT := crt1
 
-- 
cgit v1.2.3