ICU-1891 Use the proper build directory

X-SVN-Rev: 9300
This commit is contained in:
George Rhoten 2002-07-24 00:27:11 +00:00
parent 0b135a6401
commit 3c942bde51

View File

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