ICU-587 update

X-SVN-Rev: 2893
This commit is contained in:
Steven R. Loomis 2000-11-09 16:17:25 +00:00
parent ccba526cbf
commit db9551ef0e

View File

@ -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=