svn commit: trunk/uClibc

aldot at uclibc.org aldot at uclibc.org
Sat May 31 11:13:32 UTC 2008


Author: aldot
Date: 2008-05-31 04:13:32 -0700 (Sat, 31 May 2008)
New Revision: 22145

Log:
- fix prerequisites of sysnum.h (has to depend on the script that generates it)


Modified:
   trunk/uClibc/Makerules


Changeset:
Modified: trunk/uClibc/Makerules
===================================================================
--- trunk/uClibc/Makerules	2008-05-31 10:58:03 UTC (rev 22144)
+++ trunk/uClibc/Makerules	2008-05-31 11:13:32 UTC (rev 22145)
@@ -208,7 +208,7 @@
 $(libc):
 	@cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
 
-$(headers_dep):
+$(headers_dep): $(top_srcdir)extra/scripts/gen_bits_syscall_h.sh
 	$(Q)cd $(top_builddir); $(MAKE) pregen
 
 CRT := crt1




More information about the uClibc-cvs mailing list