1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

Force symbolic links for shared library sonames to be created,

as they are required at run-time.
This commit is contained in:
Jelmer Vernooij 2008-12-22 23:36:48 +01:00
parent b86b2ce662
commit c2872a6ba5
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ $(4): $(1)
endif
ifneq ($(notdir $(1)),$(notdir $(5)))
$(5): $(1)
$(5): $(1) $(4)
@echo "Creating symbolic link for $$@"
@ln -fs $$(<F) $$@
endif

View File

@ -87,7 +87,7 @@ $(4): $(1)
endif
ifneq ($(notdir $(1)),$(notdir $(5)))
$(5): $(1)
$(5): $(1) $(4)
@echo "Creating symbolic link for $$@"
@ln -fs $$(<F) $$@
endif