| Index: source/stubdata/Makefile.in
 | 
| diff --git a/source/stubdata/Makefile.in b/source/stubdata/Makefile.in
 | 
| index f1e404797045e1463372b946f0e08df919a5ed8a..e9d1a247367fcaf6c64229a4aa382d37bf5dca3b 100644
 | 
| --- a/source/stubdata/Makefile.in
 | 
| +++ b/source/stubdata/Makefile.in
 | 
| @@ -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,12 @@ endif
 | 
|  
 | 
|  ifneq ($(ENABLE_SHARED),)
 | 
|  $(SHARED_OBJECT): $(OBJECTS)
 | 
| +ifeq ($(BUILD_HOST_ICU),AIX_GCC)
 | 
| +	$(SHLIB.c) $(LD_SONAME) $(OUTOPT)libicudata.so $^ $(LIBS)
 | 
| +	mv libicudata.so $@
 | 
| +else
 | 
|  	$(SHLIB.c) $(LD_SONAME) $(OUTOPT)$@ $^ $(LIBS)
 | 
| +endif
 | 
|  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))
 | 
| 
 |