#******************************************************************************
#
-# Copyright (C) 1999-2011, International Business Machines
+# Copyright (C) 1999-2015, International Business Machines
# Corporation and others. All Rights Reserved.
#
#******************************************************************************
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))