Force symbolic links for shared library sonames to be created,
authorJelmer Vernooij <jelmer@samba.org>
Mon, 22 Dec 2008 22:36:48 +0000 (23:36 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 22 Dec 2008 22:36:48 +0000 (23:36 +0100)
as they are required at run-time.

source3/samba4-templates.mk
source4/build/make/templates.mk

index e691af59e9768214dc513105c710acc3abf5a8c5..ecebce6d1d8d826426dbd3dacb0af5b0f054f6dd 100644 (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
index f7eab6ce015da54cbca1727732be8d795ac7268a..dbfc738ae197c7ad5f68b2799f10c016fefc04a0 100644 (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