diff --git a/icu4c/source/config/mh-aix b/icu4c/source/config/mh-aix index 3129274d389..92ed11459d1 100644 --- a/icu4c/source/config/mh-aix +++ b/icu4c/source/config/mh-aix @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-aix,v 1.35 2003/12/18 23:14:11 emader-oss Exp $ +## $Id: mh-aix,v 1.36 2004/03/26 22:33:12 grhoten-oss Exp $ ## ## Please note: AIX does NOT have library versioning per se (there is no 'SONAME' capability). ## So, we are using 'windows' style library names, that is, libicuuc20.1.so instead of libicuuc.so.20.1 @@ -102,9 +102,9 @@ STATIC_O = o ## Versioned libraries rules %$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO) - $(RM) $@ && ln -s $*$(SO_TARGET_VERSION).$(SO) $@ + $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@ %.$(SO): %$(SO_TARGET_VERSION).$(SO) - $(RM) $@ && ln -s $*$(SO_TARGET_VERSION).$(SO) $@ + $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@ ## BIR - bind with internal references [so app data and icu data doesn't collide] diff --git a/icu4c/source/config/mh-aix-gcc b/icu4c/source/config/mh-aix-gcc index c27c1cdd1de..3b19f0509da 100644 --- a/icu4c/source/config/mh-aix-gcc +++ b/icu4c/source/config/mh-aix-gcc @@ -97,9 +97,9 @@ STATIC_O = o ## Versioned libraries rules %$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO) - $(RM) $@ && ln -s $*$(SO_TARGET_VERSION).$(SO) $@ + $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@ %.$(SO): %$(SO_TARGET_VERSION).$(SO) - $(RM) $@ && ln -s $*$(SO_TARGET_VERSION).$(SO) $@ + $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@ ## BIR - bind with internal references [so app data and icu data doesn't collide] diff --git a/icu4c/source/config/mh-aix-va b/icu4c/source/config/mh-aix-va index 9b195b9db00..50b8d3967a1 100644 --- a/icu4c/source/config/mh-aix-va +++ b/icu4c/source/config/mh-aix-va @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-aix-va,v 1.32 2004/03/10 18:28:14 grhoten-oss Exp $ +## $Id: mh-aix-va,v 1.33 2004/03/26 22:33:12 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -M $(DEFS) $(CPPFLAGS) @@ -104,8 +104,8 @@ STATIC_O = o ## Versioned libraries rules %$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO) - $(RM) $@ && ln -s $*$(SO_TARGET_VERSION).$(SO) $@ + $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@ %.$(SO): %$(SO_TARGET_VERSION).$(SO) - $(RM) $@ && ln -s $*$(SO_TARGET_VERSION).$(SO) $@ + $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@ ## End Aix-specific setup diff --git a/icu4c/source/config/mh-alpha-linux-cc b/icu4c/source/config/mh-alpha-linux-cc index 8e904d07652..b2b16528596 100644 --- a/icu4c/source/config/mh-alpha-linux-cc +++ b/icu4c/source/config/mh-alpha-linux-cc @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-alpha-linux-cc,v 1.10 2004/03/26 18:07:35 grhoten-oss Exp $ +## $Id: mh-alpha-linux-cc,v 1.11 2004/03/26 22:33:12 grhoten-oss Exp $ ## Commands to generate dependency files #GEN_DEPS.c= $(CC) $(DEFS) $(CPPFLAGS) -MD -c -msg_quiet @@ -74,9 +74,9 @@ STATIC_O = ao ## Versioned libraries rules %.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION) - $(RM) $@ && ln -s $< $@ + $(RM) $@ && ln -s ${