ICU-9665 Fix error in Makefile

X-SVN-Rev: 33104
This commit is contained in:
Michael Ow 2013-01-31 21:28:51 +00:00
parent db4bf0d726
commit c44d9fec6d

View file

@ -241,7 +241,7 @@ config/icucross.mk: $(top_builddir)/icudefs.mk $(top_builddir)/Makefile
config/icucross.inc: $(top_builddir)/icudefs.mk $(top_builddir)/Makefile @platform_make_fragment@
@echo rebuilding $@
@(grep '^CURR_FULL_DIR' $(top_builddir)/icudefs.mk ; \
grep '^CURR_FULL_DIR' @platform_make_fragment || echo ""; \
grep '^CURR_FULL_DIR' @platform_make_fragment@ || echo ""; \
) > $@
config/icu.pc: $(srcdir)/config/icu.pc.in