diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 23:36:48 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 23:36:48 +0100 |
commit | c2872a6ba5a7012028f1b9167c61d5907b8f7d3d (patch) | |
tree | b54a0b3bb75703415ae105f9d11ed8c7aeff6b32 /source4/build | |
parent | b86b2ce662e4d0a29467e4029c640b6c9e7a06f0 (diff) | |
download | samba-c2872a6ba5a7012028f1b9167c61d5907b8f7d3d.tar.gz |
Force symbolic links for shared library sonames to be created,
as they are required at run-time.
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/make/templates.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/make/templates.mk b/source4/build/make/templates.mk index f7eab6ce015..dbfc738ae19 100644 --- a/source4/build/make/templates.mk +++ b/source4/build/make/templates.mk @@ -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 |