From 40536bd2fa547094f0d413f934bb376490e8b607 Mon Sep 17 00:00:00 2001 From: Ram Viswanadha Date: Thu, 3 Mar 2005 23:12:37 +0000 Subject: [PATCH] ICU-4420 remove uperf.o dependency from toolutil X-SVN-Rev: 17281 --- icu4c/source/tools/toolutil/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/tools/toolutil/Makefile.in b/icu4c/source/tools/toolutil/Makefile.in index 03656005114..09a4d083497 100644 --- a/icu4c/source/tools/toolutil/Makefile.in +++ b/icu4c/source/tools/toolutil/Makefile.in @@ -41,7 +41,7 @@ LDFLAGS += $(LDFLAGSICUTOOLUTIL) CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common $(LIBCPPFLAGS) LIBS = $(LIBICUUC) $(DEFAULT_LIBS) -OBJECTS = propsvec.o toolutil.o unewdata.o ucm.o ucmstate.o uoptions.o uparse.o ucbuf.o uperf.o +OBJECTS = propsvec.o toolutil.o unewdata.o ucm.o ucmstate.o uoptions.o uparse.o ucbuf.o STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O))