From 4054685677b1bb9f95160c9e1469fc8266eb6f59 Mon Sep 17 00:00:00 2001 From: Helena Chapman Date: Thu, 9 Dec 1999 01:25:46 +0000 Subject: [PATCH] ICU-157 Reordered so toolutil library is generated before makeconv. X-SVN-Rev: 349 --- icu4c/source/tools/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/tools/Makefile.in b/icu4c/source/tools/Makefile.in index fbab92b36b7..b4a7f232bd8 100644 --- a/icu4c/source/tools/Makefile.in +++ b/icu4c/source/tools/Makefile.in @@ -56,8 +56,8 @@ VERSION = @VERSION@ ## Files to remove for 'make clean' CLEANFILES = *~ -SUBDIRS = ctestfw makeconv genrb gencol rbdump \ -toolutil genccode gennames gencmn gencnval gentz +SUBDIRS = ctestfw toolutil makeconv genrb gencol rbdump \ +genccode gennames gencmn gencnval gentz ## List of phony targets .PHONY : all all-local all-recursive install install-local install-everything install-files install-dlls build-data build-cmnfile build-dll \