From db9551ef0ec7aeefcc5c49bad6d7fe488068022f Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 9 Nov 2000 16:17:25 +0000 Subject: [PATCH] ICU-587 update X-SVN-Rev: 2893 --- icu4c/source/samples/msgfmt/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/samples/msgfmt/Makefile b/icu4c/source/samples/msgfmt/Makefile index b5851c1cb5..931879fc90 100644 --- a/icu4c/source/samples/msgfmt/Makefile +++ b/icu4c/source/samples/msgfmt/Makefile @@ -7,7 +7,7 @@ # - do 'make install' of icu # # - change the following line to point to the $(prefix) that -# was used (will look for $(prefix)/share/icu/Makefile.inc ) +# was used (will look for $(prefix)/lib/icu/Makefile.inc ) # OR # set the variable ICU_PREFIX to point at $(prefix) # @@ -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=