svn commit: trunk/uClibc
carmelo at uclibc.org
carmelo at uclibc.org
Wed Jun 11 18:29:49 UTC 2008
Author: carmelo
Date: 2008-06-11 11:29:48 -0700 (Wed, 11 Jun 2008)
New Revision: 22297
Log:
Make locale_headers only when doing pregen and not headers
due to dependencies against sysnum.h
Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>
Modified:
trunk/uClibc/Makefile.in
Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in 2008-06-11 16:11:29 UTC (rev 22296)
+++ trunk/uClibc/Makefile.in 2008-06-11 18:29:48 UTC (rev 22297)
@@ -134,9 +134,9 @@
headers-y += $(target-headers-sysdep)
headers: include/bits/uClibc_config.h
- $(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers)
pregen: include/bits/sysnum.h headers
+ $(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers)
include/bits/sysnum.h: $(top_srcdir)extra/scripts/gen_bits_syscall_h.sh
$(Q)$(INSTALL) -d $(@D)
More information about the uClibc-cvs
mailing list