From 4d55cc7d8b2c7d4834e057bc23c80894f1d6a9ae Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Wed, 5 Dec 2001 18:08:56 +0000 Subject: [PATCH] ICU-1583 Fix broken samples X-SVN-Rev: 7323 --- icu4c/source/samples/translit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/samples/translit/Makefile b/icu4c/source/samples/translit/Makefile index bbf3981beaf..cba53c5e3ff 100644 --- a/icu4c/source/samples/translit/Makefile +++ b/icu4c/source/samples/translit/Makefile @@ -16,9 +16,9 @@ ICU_DEFAULT_PREFIX=~/icu ifeq ($(strip $(ICU_PREFIX)),) - ICU_INC=$(ICU_DEFAULT_PREFIX)/share/icu/Makefile.inc + ICU_INC=$(ICU_DEFAULT_PREFIX)/lib/icu/Makefile.inc else - ICU_INC=$(ICU_PREFIX)/share/icu/Makefile.inc + ICU_INC=$(ICU_PREFIX)/lib/icu/Makefile.inc endif ICUPATH=