From: Steven R. Loomis Date: Fri, 10 Mar 2017 02:27:09 +0000 (+0000) Subject: ICU-12766 esc- work in progress X-Git-Tag: release-59-rc~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f30aba8efd9fd888dfd67e24e101e2ab02e4bf2;p=icu ICU-12766 esc- work in progress X-SVN-Rev: 39756 --- diff --git a/icu4c/source/configure.ac b/icu4c/source/configure.ac index b6065af7997..c858e1fd428 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 1cbef0005d4..8fb7876de76 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 \