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 /iconvdata/Makefile | |
parent | 7a5affebe810c786bfc9ef17cdc4d0bc20a1302e (diff) | |
download | glibc-c096ab2534deffc2668b90fc86798d7fdaa70f55.tar glibc-c096ab2534deffc2668b90fc86798d7fdaa70f55.tar.gz glibc-c096ab2534deffc2668b90fc86798d7fdaa70f55.tar.bz2 glibc-c096ab2534deffc2668b90fc86798d7fdaa70f55.zip |
Add i386/dl-brk.S, mips/dl-brk.S, and sparc/dl-brk.S.
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r-- | iconvdata/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile index f10644a56d..3996d70814 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -165,7 +165,8 @@ distribute := gconv-modules extra-module.mk gap.awk gaptab.awk \ koi8-t.c georgian-ps.c georgian-academy.c iso-ir-209.c \ mac-sami.c ibm1160.c ibm1160.h ibm1161.c ibm1161.h \ ibm1163.c ibm1163.h ibm1164.c ibm1164.h jisx0213.c jisx0213.h \ - euc-jisx0213.c shift_jisx0213.c iso-2022-jp-3.c + euc-jisx0213.c shift_jisx0213.c iso-2022-jp-3.c \ + tcvn5712-1.c armscii-8.c # We build the transformation modules only when we build shared libs. ifeq (yes,$(build-shared)) |