mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1891 Use the proper build directory
X-SVN-Rev: 9300
This commit is contained in:
parent
0b135a6401
commit
3c942bde51
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue