diff options
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/locale/Makefile b/locale/Makefile index 8bcc015219..d99f53511a 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -40,9 +40,8 @@ routines = setlocale findlocale loadlocale localeconv nl_langinfo \ categories = ctype messages monetary numeric time paper name \ address telephone measurement identification collate aux = $(categories:%=lc-%) $(categories:%=C-%) SYS_libc C_name -# XXX For testing this is now others-static instead of others. others = localedef locale -others-static = localedef locale +#others-static = localedef locale install-bin = localedef locale extra-objs = $(localedef-modules:=.o) $(locale-modules:=.o) \ $(lib-modules:=.o) |