From 6f30aba8efd9fd888dfd67e24e101e2ab02e4bf2 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 10 Mar 2017 02:27:09 +0000 Subject: [PATCH] ICU-12766 esc- work in progress X-SVN-Rev: 39756 --- icu4c/source/configure.ac | 1 + icu4c/source/tools/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4c/source/configure.ac b/icu4c/source/configure.ac index b6065af799..c858e1fd42 100644 --- a/icu4c/source/configure.ac +++ b/icu4c/source/configure.ac @@ -1349,6 +1349,7 @@ AC_CONFIG_FILES([icudefs.mk \ tools/pkgdata/Makefile \ tools/tzcode/Makefile \ tools/gencfu/Makefile \ + tools/escapesrc/Makefile \ test/Makefile \ test/compat/Makefile \ test/testdata/Makefile \ diff --git a/icu4c/source/tools/Makefile.in b/icu4c/source/tools/Makefile.in index 1cbef0005d..8fb7876de7 100644 --- a/icu4c/source/tools/Makefile.in +++ b/icu4c/source/tools/Makefile.in @@ -17,7 +17,7 @@ subdir = tools SUBDIRS = toolutil ctestfw makeconv genrb genbrk \ gencnval gensprep icuinfo genccode gencmn icupkg pkgdata \ -gentest gennorm2 gencfu gendict +gentest gennorm2 gencfu gendict escapesrc ## List of phony targets .PHONY : all all-local all-recursive install install-local \