summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-03-26 17:04:09 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-03-26 17:04:09 +0000
commita3a92c84737b95eaec7393c08e56332f9db65ed3 (patch)
treef80268570080d790694a2f563e1c3d0882373b07 /Makerules
parentefce79f09ae6daa77cd322df0d532beec3f445f5 (diff)
- fix (parallel) compilation error in ldso.c
We have to generate sysnum.h to satisfy all includes of ldso.c
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index a4c02e3a3..411379c65 100644
--- a/Makerules
+++ b/Makerules
@@ -199,7 +199,7 @@ $(interp): $(top_builddir)lib/interp.c
$(compile.c)
$(Q)$(STRIPTOOL) -x -R .note -R .comment $@
-$(ldso):
+$(ldso): | $(sub_headers)
@cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
$(libc):