diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-03-26 17:04:09 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-03-26 17:04:09 +0000 |
commit | a3a92c84737b95eaec7393c08e56332f9db65ed3 (patch) | |
tree | f80268570080d790694a2f563e1c3d0882373b07 /Makerules | |
parent | efce79f09ae6daa77cd322df0d532beec3f445f5 (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-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |