diff --git a/icu4c/source/i18n/Makefile.in b/icu4c/source/i18n/Makefile.in index 406deb4639f..6d95eea9664 100644 --- a/icu4c/source/i18n/Makefile.in +++ b/icu4c/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/icu4c/source/test/intltest/Makefile.in b/icu4c/source/test/intltest/Makefile.in index df71806a7d8..76f670d6b2a 100644 --- a/icu4c/source/test/intltest/Makefile.in +++ b/icu4c/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)