Browse Source

- fix generation of sysnum.h for parallel builds, second take.
Revert r21503 and redo more cleanly.

Bernhard Reutner-Fischer 17 years ago
parent
commit
30a86497f2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makerules

+ 2 - 2
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