From c879203ab51073c2c6d5671428823cbb9abbb56d Mon Sep 17 00:00:00 2001 From: Yves Arrouye Date: Mon, 24 Apr 2000 20:20:09 +0000 Subject: [PATCH] ICU-212 change includes and ICUDATADIR definitions to work outside of the source tree X-SVN-Rev: 1228 --- icu4c/source/tools/genprops/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/tools/genprops/Makefile.in b/icu4c/source/tools/genprops/Makefile.in index e91ab6b259..51cc219baa 100644 --- a/icu4c/source/tools/genprops/Makefile.in +++ b/icu4c/source/tools/genprops/Makefile.in @@ -8,7 +8,7 @@ SHELL = @SHELL@ VERSION = @VERSION@ UNICODE_VERSION = @UNICODE_VERSION@ -ICUDATADIR=$(top_builddir)/../data/ +ICUDATADIR=@DATABUILDDIR@ UNICODEDATADIR=$(top_srcdir)/../data/unidata ## Install directory information @@ -54,7 +54,7 @@ CLEANFILES = *~ TARGET = genprops DEFS = @DEFS@ -CPPFLAGS = @CPPFLAGS@ -I$(top_srcdir)/common -I../toolutil +CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(srcdir)/../toolutil CFLAGS = @CFLAGS@ CXXFLAGS = @CXXFLAGS@ LDFLAGS = @LDFLAGS@ \