ICU-8213 merge r29150 from ticet:8211 to 4.4 maint - AIX dependency generation

X-SVN-Rev: 29151
This commit is contained in:
Steven R. Loomis 2010-12-03 17:51:47 +00:00
parent a455683fc2
commit 685b16ba27

View file

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