From ea92733ce7cd067355ad62eebf8d30323610dae8 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 16 Oct 2001 00:28:26 +0000 Subject: [PATCH] ICU-1211 Fix for AIX X-SVN-Rev: 6254 --- icu4c/source/stubdata/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/stubdata/Makefile.in b/icu4c/source/stubdata/Makefile.in index 1bc13f9200a..38c3455f536 100644 --- a/icu4c/source/stubdata/Makefile.in +++ b/icu4c/source/stubdata/Makefile.in @@ -47,8 +47,8 @@ endif # the stub data and the real data at the same time. # ifneq ($(ENABLE_SHARED),) -SO_TARGET = libicudata.$(SO) -MIDDLE_SO_TARGET = lib$(ICUDATA_NAME).$(SO) +SO_TARGET = $(top_builddir)/data/libicudata.$(SO) +MIDDLE_SO_TARGET = $(top_builddir)/data/lib$(ICUDATA_NAME).$(SO) ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) endif