svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Wed Mar 26 17:04:10 UTC 2008


Author: aldot
Date: 2008-03-26 10:04:09 -0700 (Wed, 26 Mar 2008)
New Revision: 21503

Log:
- fix (parallel) compilation error in ldso.c
  We have to generate sysnum.h to satisfy all includes of ldso.c


Modified:
   trunk/uClibc/Makerules


Changeset:
Modified: trunk/uClibc/Makerules
===================================================================
--- trunk/uClibc/Makerules	2008-03-26 16:15:13 UTC (rev 21502)
+++ trunk/uClibc/Makerules	2008-03-26 17:04:09 UTC (rev 21503)
@@ -199,7 +199,7 @@
 	$(compile.c)
 	$(Q)$(STRIPTOOL) -x -R .note -R .comment $@
 
-$(ldso):
+$(ldso): | $(sub_headers)
 	@cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
 
 $(libc):




More information about the uClibc-cvs mailing list