diff options
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/Makefile b/locale/Makefile index c9694e236e..49c0c78c7d 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -28,6 +28,7 @@ routines = setlocale findlocale loadlocale loadarchive \ localeconv nl_langinfo nl_langinfo_l mb_cur_max \ newlocale duplocale freelocale uselocale tests = tst-C-locale tst-locname tst-duplocale +tests-container = tst-localedef-path-norm categories = ctype messages monetary numeric time paper name \ address telephone measurement identification collate aux = $(categories:%=lc-%) $(categories:%=C-%) SYS_libc C_name \ @@ -56,7 +57,7 @@ localedef-modules := localedef $(categories:%=ld-%) \ localedef-aux := md5 locale-modules := locale locale-spec lib-modules := charmap-dir simple-hash xmalloc xstrdup \ - record-status + record-status xasprintf GPERF = gperf |