mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-4503 Fix for out of source building.
X-SVN-Rev: 18126
This commit is contained in:
parent
addda0d1ae
commit
8112d3d593
1 changed files with 4 additions and 4 deletions
|
@ -114,17 +114,17 @@ distclean-local: clean-local
|
|||
|
||||
check-local:
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
pkgdata.inc: $(srcdir)/pkgdata.inc.in $(top_builddir)/config.status
|
||||
pkgdata.inc: $(srcdir)/pkgdata.inc.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
%.$(SECTION): $(srcdir)/%.$(SECTION).in $(srcdir)/pkgdata.inc
|
||||
$(TARGET_STUB_NAME).$(SECTION): $(srcdir)/$(TARGET_STUB_NAME).$(SECTION).in $(srcdir)/pkgdata.inc
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
&& CONFIG_FILES=$(subdir)/$(TARGET_STUB_NAME).$(SECTION) CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
$(TARGET) : $(OBJECTS) $(UCONVMSG_LIB)
|
||||
$(LINK.cc) $(OUTOPT)$@ $(OBJECTS) $(LIBS)
|
||||
|
|
Loading…
Add table
Reference in a new issue