diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-19 10:49:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-19 10:49:49 +0200 |
commit | 7907e3ee7302ac3fd428989a07b0df74f0c52853 (patch) | |
tree | e6de18488a687707667927065724372b40510d65 /package/glibc/Config.in.manual | |
parent | b70fdbfbf1139605c22083b647337f2b16f62fc3 (diff) | |
parent | 61355d1f054c15673adeb62d32dfd4563f89c165 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/glibc/Config.in.manual')
-rw-r--r-- | package/glibc/Config.in.manual | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/glibc/Config.in.manual b/package/glibc/Config.in.manual index 6e7db32c9..e149fb144 100644 --- a/package/glibc/Config.in.manual +++ b/package/glibc/Config.in.manual @@ -1,5 +1,5 @@ config ADK_PACKAGE_GLIBC - prompt "glibc............................... GNU C library" + prompt "glibc.................... GNU C library" bool default y if ADK_TARGET_LIB_GLIBC && !ADK_TOOLCHAIN_ONLY default n @@ -8,7 +8,7 @@ config ADK_PACKAGE_GLIBC GNU C library. config ADK_PACKAGE_GLIBC_DEV - prompt "glibc-dev........................... development files" + prompt "glibc-dev................ development files" tristate default n depends on ADK_TARGET_LIB_GLIBC |