ICU-4420 remove uperf.o dependency from toolutil

X-SVN-Rev: 17281
This commit is contained in:
Ram Viswanadha 2005-03-03 23:12:37 +00:00
parent 345e5c8c71
commit 40536bd2fa

View file

@ -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))