OSDN Git Service

Makefile.in: Add header to 'all' target
authorKhem Raj <raj.khem@gmail.com>
Sun, 19 Dec 2010 05:51:06 +0000 (21:51 -0800)
committerKhem Raj <raj.khem@gmail.com>
Sun, 19 Dec 2010 05:51:06 +0000 (21:51 -0800)
Stage bits/uClibc_ctype.h when locales are enabled

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Makefile.in

index b4dcf6b..d7a5fca 100644 (file)
@@ -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 \