mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-1211 Undo the fix for AIX because of make install
X-SVN-Rev: 6261
This commit is contained in:
parent
7f1abf6355
commit
49f49bd4bc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue