From 1af75ce285329540352454c030e3130ae0a4d9d2 Mon Sep 17 00:00:00 2001 From: Yves Arrouye Date: Mon, 25 Feb 2002 08:27:10 +0000 Subject: [PATCH] ICU-1075 we have to know how to remake ../common/unicode/platform.h since we are built before common :-( X-SVN-Rev: 7769 --- icu4c/source/stubdata/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/icu4c/source/stubdata/Makefile.in b/icu4c/source/stubdata/Makefile.in index a0fc581f129..0df6c43545b 100644 --- a/icu4c/source/stubdata/Makefile.in +++ b/icu4c/source/stubdata/Makefile.in @@ -116,6 +116,11 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status +../common/unicode/platform.h: $(srcdir)/../common/unicode/platform.h.in $(top_builddir)/config.status + cd $(top_builddir) \ + && CONFIG_FILES=common/unicode/platform.h CONFIG_HEADERS= $(SHELL) ./config.status + + ifneq ($(ENABLE_STATIC),) $(TARGET): $(TARGET)($(STATIC_OBJECTS)) $(RANLIB) $@