summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-31 09:43:13 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-31 09:43:13 +0000
commit9649be24d440adf284e7fc0c53b950a8fba2283d (patch)
tree2cff124bed01d869483a930fb630204bd3fa8390 /locale
parent1e05e2a9b40962ea6445bc1be2a79fdf5d622c12 (diff)
Update.
* stdio-common/Makefile (generated): Add errlist-compat.c. * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
Diffstat (limited to 'locale')
-rw-r--r--locale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/Makefile b/locale/Makefile
index 523e03b4f3..27bd893c4a 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -46,8 +46,8 @@ aux = $(categories:%=lc-%) $(categories:%=C-%) SYS_libc C_name \
others = localedef locale
#others-static = localedef locale
install-bin = localedef locale
-extra-objs = $(localedef-modules:=.o) $(locale-modules:=.o) \
- $(lib-modules:=.o)
+extra-objs = $(localedef-modules:=.o) $(localedef-aux:=.o) \
+ $(locale-modules:=.o) $(lib-modules:=.o)
extra-libs = libBrokenLocale
extra-libs-others = $(extra-libs)