summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-03-26 18:01:54 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-03-26 18:01:54 +0000
commit30a86497f23c15e2d433f50e1c99d6d7c3cfa61e (patch)
tree52e060325e339dbf7579f8e813ce9162dbb3022d /Makerules
parenta3a92c84737b95eaec7393c08e56332f9db65ed3 (diff)
- fix generation of sysnum.h for parallel builds, second take.
Revert r21503 and redo more cleanly.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules4
1 files changed, 2 insertions, 2 deletions
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