mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-8213 merge r29150 from ticet:8211 to 4.4 maint - AIX dependency generation
X-SVN-Rev: 29151
This commit is contained in:
parent
a455683fc2
commit
685b16ba27
1 changed files with 2 additions and 2 deletions
|
@ -122,11 +122,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