Don't include the grist in libraries' sonames.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20233 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-02-26 02:47:12 +00:00
parent c2f0ee7a7b
commit f7d29d339b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ rule KernelAddon
# compile and link
SetupKernel $(sources) : $(TARGET_KERNEL_PIC_FLAGS) : false ;
local linkFlags = -nostdlib -Xlinker -soname=\"$(target)\" ;
local linkFlags = -nostdlib -Xlinker -soname=\"$(target:G=)\" ;
LINKFLAGS on $(target) = [ on $(target) return $(LINKFLAGS) ] $(linkFlags) ;
Main $(target) : $(sources) ;
LinkAgainst $(target) : $(libs) $(kernel) ;