ICU-1075 we have to know how to remake ../common/unicode/platform.h

since we are built before common :-(

X-SVN-Rev: 7769
This commit is contained in:
Yves Arrouye 2002-02-25 08:27:10 +00:00
parent 236afa0ac8
commit 1af75ce285

View file

@ -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) $@