[git commit prelink 1/1] Makefile.in: Add header to 'all' target

Khem Raj raj.khem at gmail.com
Sun Jan 2 07:00:47 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=4d81f2a74578f819285b131c682e8d2f6c315c4e
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/prelink

Stage bits/uClibc_ctype.h when locales are enabled

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 Makefile.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index b4dcf6b..d7a5fca 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23,7 +23,7 @@ export KCONFIG_CONFIG
 
 ifeq ($(HAVE_DOT_CONFIG),y)
 
-all: pregen libs
+all: headers pregen libs
 libs: pregen
 
 # In this section, we need .config
@@ -260,6 +260,7 @@ HEADERS_RM-$(UCLIBC_HAS_WCHAR)               += wchar.h wctype.h
 HEADERS_RM-$(UCLIBC_HAS_WORDEXP)             += wordexp.h
 HEADERS_RM-$(UCLIBC_HAS_XATTR)               += sys/xattr.h
 HEADERS_RM-$(UCLIBC_HAS_XLOCALE)             += xlocale.h
+HEADERS_RM-$(UCLIBC_HAS_LOCALE)              += bits/uClibc_ctype.h
 HEADERS_RM-$(UCLIBC_LINUX_SPECIFIC)          += sys/fsuid.h sys/inotify.h sys/perm.h \
 	sys/personality.h \
 	sys/prctl.h \
-- 
1.7.2.2



More information about the uClibc-cvs mailing list