ICU-8211 ficx dependency generation for xlC v9

X-SVN-Rev: 29150
This commit is contained in:
Steven R. Loomis 2010-12-03 16:49:10 +00:00
parent ada54ef5d2
commit 9ec80e7ba3

View File

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