mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 11:14:22 +00:00
ICU-9665 Fix error in Makefile
X-SVN-Rev: 33104
This commit is contained in:
parent
db4bf0d726
commit
c44d9fec6d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue