ICU-1891 Fix for z/OS (os/390) -L does not exist for the linker.

X-SVN-Rev: 8756
This commit is contained in:
George Rhoten 2002-05-31 17:56:00 +00:00
parent 1daf6dbe39
commit a028508a8e

View file

@ -47,9 +47,9 @@ CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n
LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
ifeq ($(UCONVMSG_STATIC),YES)
LIBS += -L$(MSGNAME) -l$(MSGNAME)
DEFS += -DUCONVMSG_STATIC=$(MSGNAME)
UCONVMSG_LIB = $(RESDIR)/lib$(MSGNAME).a
LIBS += $(UCONVMSG_LIB)
PKGMODE = static
else