ICU-1211 Undo the fix for AIX because of make install

X-SVN-Rev: 6261
This commit is contained in:
George Rhoten 2001-10-16 17:56:44 +00:00
parent 7f1abf6355
commit 49f49bd4bc

View File

@ -47,8 +47,8 @@ endif
# the stub data and the real data at the same time.
#
ifneq ($(ENABLE_SHARED),)
SO_TARGET = $(top_builddir)/data/libicudata.$(SO)
MIDDLE_SO_TARGET = $(top_builddir)/data/lib$(ICUDATA_NAME).$(SO)
SO_TARGET = libicudata.$(SO)
MIDDLE_SO_TARGET = lib$(ICUDATA_NAME).$(SO)
ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET)
endif