From 694cf734a3538858296597c6dea6f667aecb9508 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 6 Apr 2013 16:32:32 +0100 Subject: fix target rule Change-Id: I0e28425c25e07abe65c4162025fa35a4abe14121 --- icu/icu4c-aix.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'icu') diff --git a/icu/icu4c-aix.patch b/icu/icu4c-aix.patch index aedaae12adbd..0cd19975fa1d 100644 --- a/icu/icu4c-aix.patch +++ b/icu/icu4c-aix.patch @@ -111,3 +111,18 @@ ## Compilation rules %.$(STATIC_O): $(srcdir)/%.c +@@ -118,10 +61,10 @@ + [ -s $@ ] || rm -f $@' + + ## Versioned libraries rules +-%$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO) +- $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@ +-%.$(SO): %$(SO_TARGET_VERSION).$(SO) +- $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@ ++%.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION) ++ $(RM) $@ && ln -s ${