ICU-9456 Now I remember why ln -sf does not work. Reverting this part of the change.

X-SVN-Rev: 32121
This commit is contained in:
George Rhoten 2012-08-08 05:00:02 +00:00
parent 2f6df5d520
commit ec34e2820e

View file

@ -75,9 +75,9 @@ MIDDLE_SO_TARGET= $(basename $(SO_TARGET)).$(SO_TARGET_VERSION_MAJOR).$(SO)
## Versioned libraries rules
%.$(SO_TARGET_VERSION_MAJOR).$(SO): %.$(SO_TARGET_VERSION).$(SO)
ln -sf ${<F} $@
$(RM) $@ && ln -s ${<F} $@
%.$(SO): %.$(SO_TARGET_VERSION_MAJOR).$(SO)
ln -sf ${*F}.$(SO_TARGET_VERSION).$(SO) $@
$(RM) $@ && ln -s ${*F}.$(SO_TARGET_VERSION).$(SO) $@
# tzcode option
TZORIG_EXTRA_CFLAGS=-DSTD_INSPIRED