ICU-1891 Use the proper build directory
X-SVN-Rev: 9300
This commit is contained in:
parent
0b135a6401
commit
3c942bde51
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user