diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-28 08:41:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-28 08:41:52 +0000 |
commit | c096ab2534deffc2668b90fc86798d7fdaa70f55 (patch) | |
tree | 7218bc68820b796933c2babb85565a774d9d1403 /locale/Makefile | |
parent | 7a5affebe810c786bfc9ef17cdc4d0bc20a1302e (diff) | |
download | glibc-c096ab2534deffc2668b90fc86798d7fdaa70f55.tar.gz glibc-c096ab2534deffc2668b90fc86798d7fdaa70f55.tar.xz glibc-c096ab2534deffc2668b90fc86798d7fdaa70f55.zip |
Add i386/dl-brk.S, mips/dl-brk.S, and sparc/dl-brk.S.
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/Makefile b/locale/Makefile index f01080e3cd..0a5cac0043 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -26,7 +26,7 @@ distribute = localeinfo.h categories.def iso-639.def iso-3166.def \ iso-4217.def weight.h weightwc.h strlen-hash.h elem-hash.h \ indigits.h indigitswc.h outdigits.h outdigitswc.h \ coll-lookup.h C-translit.h.in C-translit.h gen-translit.pl \ - locarchive.h \ + locarchive.h hashval.h \ $(addprefix programs/, \ locale.c localedef.c \ $(localedef-modules:=.c) $(locale-modules:=.c) \ |