]> granicus.if.org Git - icu/commitdiff
ICU-11528 Fix build error on AIX
authorMichael Ow <mow@svn.icu-project.org>
Thu, 26 Feb 2015 20:19:35 +0000 (20:19 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Thu, 26 Feb 2015 20:19:35 +0000 (20:19 +0000)
X-SVN-Rev: 37081

icu4c/source/stubdata/Makefile.in

index f1e404797045e1463372b946f0e08df919a5ed8a..9741014e953bd18922a51801c8b7d3ec7889cc8b 100644 (file)
@@ -1,6 +1,6 @@
 #******************************************************************************
 #
-#   Copyright (C) 1999-2011, International Business Machines
+#   Copyright (C) 1999-2015, International Business Machines
 #   Corporation and others.  All Rights Reserved.
 #
 #******************************************************************************
@@ -126,7 +126,8 @@ endif
 
 ifneq ($(ENABLE_SHARED),)
 $(SHARED_OBJECT): $(OBJECTS)
-       $(SHLIB.c) $(LD_SONAME) $(OUTOPT)$@ $^ $(LIBS)
+       $(SHLIB.c) $(LD_SONAME) $(OUTOPT)libicudata.so $^ $(LIBS)
+       mv libicudata.so $@
 ifeq ($(ENABLE_RPATH),YES)
 ifneq ($(wildcard $(libdir)/$(MIDDLE_SO_TARGET)),)
        $(warning RPATH warning: --enable-rpath means test programs may use existing $(libdir)/$(MIDDLE_SO_TARGET))