From b9166cf00b64fe3b2e658765197bb4cae4b9ae50 Mon Sep 17 00:00:00 2001 From: Alan Liu Date: Fri, 22 Oct 1999 00:59:23 +0000 Subject: [PATCH] Add UnicodeSet to i18n X-Trac-URL: https://ssl.icu-project.org/trac/ticket/34 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@103 0a8b766c-62c9-45f9-954d-7f2943c9ead0 --- source/i18n/Makefile.in | 4 ++-- source/test/intltest/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/i18n/Makefile.in b/source/i18n/Makefile.in index 406deb4639f..6d95eea9664 100644 --- a/source/i18n/Makefile.in +++ b/source/i18n/Makefile.in @@ -58,7 +58,7 @@ coleitr.o coll.o colrules.o datefmt.o dcfmtsym.o decimfmt.o dtfmtsym.o \ fmtable.o format.o gregocal.o lnbkdat.o mergecol.o msgfmt.o numfmt.o \ ptnentry.o simpletz.o simtxbd.o smpdtfmt.o snbkdat.o sortkey.o \ tables.o tblcoll.o tcoldata.o timezone.o txtbdat.o txtbdry.o ubrk.o \ -ucal.o ucol.o udat.o umsg.o unicdcm.o unum.o wdbkdat.o wdbktbl.o +ucal.o ucol.o udat.o umsg.o unicdcm.o uniset.o unum.o wdbkdat.o wdbktbl.o DEPS = $(OBJECTS:.o=.d) @@ -67,7 +67,7 @@ HEADERS= ucal.h unum.h udat.h umsg.h calendar.h choicfmt.h datefmt.h \ dcfmtsym.h decimfmt.h dtfmtsym.h fieldpos.h fmtable.h format.h \ gregocal.h msgfmt.h numfmt.h parsepos.h simpletz.h smpdtfmt.h \ timezone.h ucol.h coll.h tblcoll.h sortkey.h coleitr.h ubrk.h \ -brkiter.h +brkiter.h uniset.h ## List of phony targets .PHONY : all all-local install install-local clean clean-local \ diff --git a/source/test/intltest/Makefile.in b/source/test/intltest/Makefile.in index df71806a7d8..76f670d6b2a 100644 --- a/source/test/intltest/Makefile.in +++ b/source/test/intltest/Makefile.in @@ -63,7 +63,7 @@ loctest.o miscdtfm.o mnkytst.o msfmrgts.o nmfmapts.o nmfmtrt.o \ numfmtst.o numrgts.o pptest.o regcoll.o restest.o sdtfmtts.o tchcfmt.o \ tfsmalls.o tmsgfmt.o trcoll.o tscoll.o tsdate.o tsdcfmsy.o tsdtfmsy.o \ tsmthred.o tsmutex.o tsnmfmt.o tsputil.o tstnorm.o tzbdtest.o \ -tzregts.o tztest.o ucdtest.o ustrtest.o +tzregts.o tztest.o ucdtest.o usettest.o ustrtest.o DEPS = $(OBJECTS:.o=.d)