From 45f4e0a95b2a88b7083763216e5d3739d529c34a Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 24 Jul 2002 00:17:01 +0000 Subject: [PATCH] ICU-1891 Use the proper build directory X-SVN-Rev: 9298 --- icu4c/source/test/cintltst/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/cintltst/Makefile.in b/icu4c/source/test/cintltst/Makefile.in index c1b65049455..daef8936214 100644 --- a/icu4c/source/test/cintltst/Makefile.in +++ b/icu4c/source/test/cintltst/Makefile.in @@ -29,7 +29,7 @@ else LINK = $(LINK.c) endif -BUILDDIR := $(shell pwd)/../.. +BUILDDIR := $(shell pwd)/../../ # we define ICU_UNICODE_VERSION so we can test it CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/ctestfw -I$(top_srcdir)/tools/toolutil