From 3c942bde5116a763dfee99df78e61649d19cae85 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 24 Jul 2002 00:27:11 +0000 Subject: [PATCH] ICU-1891 Use the proper build directory X-SVN-Rev: 9300 --- icu4c/source/test/intltest/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/intltest/Makefile.in b/icu4c/source/test/intltest/Makefile.in index 49dbfa9ae26..69ac7883e6b 100644 --- a/icu4c/source/test/intltest/Makefile.in +++ b/icu4c/source/test/intltest/Makefile.in @@ -19,7 +19,7 @@ CLEANFILES = *~ $(DEPS) ## Target information TARGET = intltest -BUILDDIR := $(shell pwd)/../.. +BUILDDIR := $(shell pwd)/../../ CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(BUILDDIR)"' LIBS = $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M)