mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
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:
parent
2f6df5d520
commit
ec34e2820e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue