mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-8211 ficx dependency generation for xlC v9
X-SVN-Rev: 29150
This commit is contained in:
parent
ada54ef5d2
commit
9ec80e7ba3
1 changed files with 2 additions and 2 deletions
|
@ -123,11 +123,11 @@ $(LIBDIR)/%.a : %.so
|
|||
|
||||
%.u : $(srcdir)/%.c
|
||||
@echo "generating dependency information for $<"
|
||||
@$(SHELL) -ec '$(GEN_DEPS.c) $< > /dev/null'
|
||||
@$(GEN_DEPS.c) $< > /dev/null
|
||||
|
||||
%.u : $(srcdir)/%.cpp
|
||||
@echo "generating dependency information for $<"
|
||||
@$(SHELL) -ec '$(GEN_DEPS.cc) $< > /dev/null'
|
||||
@$(GEN_DEPS.cc) $< > /dev/null
|
||||
|
||||
## Versioned libraries rules
|
||||
%$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO)
|
||||
|
|
Loading…
Add table
Reference in a new issue