mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-487 remove makeconv
X-SVN-Rev: 1758
This commit is contained in:
parent
521425a1d2
commit
96a453126e
2 changed files with 5 additions and 5 deletions
6
icu4c/source/configure
vendored
6
icu4c/source/configure
vendored
|
@ -2946,7 +2946,7 @@ esac
|
|||
|
||||
case "${host}" in
|
||||
*-*-hpux*)
|
||||
for file in tools/gencol/gencol samples/date/date \
|
||||
for file in samples/date/date \
|
||||
samples/cal/cal test/cintltst/cintltst \
|
||||
tools/makeconv/makeconv tools/genrb/genrb \
|
||||
tools/rbdump/read tools/genccode/genccode \
|
||||
|
@ -3099,7 +3099,7 @@ trap 'rm -fr `echo "Makefile \
|
|||
common/Makefile config/Makefile.inc i18n/Makefile \
|
||||
extra/Makefile extra/ustdio/Makefile \
|
||||
tools/Makefile tools/ctestfw/Makefile tools/makeconv/Makefile \
|
||||
tools/genrb/Makefile tools/gencol/Makefile \
|
||||
tools/genrb/Makefile \
|
||||
tools/pkgdata/Makefile tools/icupkg.inc \
|
||||
tools/rbdump/Makefile tools/genccode/Makefile tools/gencmn/Makefile tools/gencnval/Makefile tools/gentz/Makefile \
|
||||
tools/gennames/Makefile tools/toolutil/Makefile tools/gentest/Makefile tools/genprops/Makefile \
|
||||
|
@ -3234,7 +3234,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile \
|
|||
common/Makefile config/Makefile.inc i18n/Makefile \
|
||||
extra/Makefile extra/ustdio/Makefile \
|
||||
tools/Makefile tools/ctestfw/Makefile tools/makeconv/Makefile \
|
||||
tools/genrb/Makefile tools/gencol/Makefile \
|
||||
tools/genrb/Makefile \
|
||||
tools/pkgdata/Makefile tools/icupkg.inc \
|
||||
tools/rbdump/Makefile tools/genccode/Makefile tools/gencmn/Makefile tools/gencnval/Makefile tools/gentz/Makefile \
|
||||
tools/gennames/Makefile tools/toolutil/Makefile tools/gentest/Makefile tools/genprops/Makefile \
|
||||
|
|
|
@ -407,7 +407,7 @@ dnl static constructors in C++ libs. Hack around that here
|
|||
dnl by renaming some .c files to .cpp
|
||||
case "${host}" in
|
||||
*-*-hpux*)
|
||||
for file in tools/gencol/gencol samples/date/date \
|
||||
for file in samples/date/date \
|
||||
samples/cal/cal test/cintltst/cintltst \
|
||||
tools/makeconv/makeconv tools/genrb/genrb \
|
||||
tools/rbdump/read tools/genccode/genccode \
|
||||
|
@ -463,7 +463,7 @@ AC_OUTPUT([Makefile \
|
|||
common/Makefile config/Makefile.inc i18n/Makefile \
|
||||
extra/Makefile extra/ustdio/Makefile \
|
||||
tools/Makefile tools/ctestfw/Makefile tools/makeconv/Makefile \
|
||||
tools/genrb/Makefile tools/gencol/Makefile \
|
||||
tools/genrb/Makefile \
|
||||
tools/pkgdata/Makefile tools/icupkg.inc \
|
||||
tools/rbdump/Makefile tools/genccode/Makefile tools/gencmn/Makefile tools/gencnval/Makefile tools/gentz/Makefile \
|
||||
tools/gennames/Makefile tools/toolutil/Makefile tools/gentest/Makefile tools/genprops/Makefile \
|
||||
|
|
Loading…
Add table
Reference in a new issue