Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 829212
Collapse All | Expand All

(-)a/Makerules (-2 / +2 lines)
Lines 1032-1045 Link Here
1032
1032
1033
ifeq (yes,$(build-shared))
1033
ifeq (yes,$(build-shared))
1034
ifeq (no,$(cross-compiling))
1034
ifeq (no,$(cross-compiling))
1035
symbolic-link-prog := $(elf-objpfx)sln
1035
symbolic-link-prog := /sbin/sln
1036
symbolic-link-list := $(elf-objpfx)symlink.list
1036
symbolic-link-list := $(elf-objpfx)symlink.list
1037
define make-shlib-link
1037
define make-shlib-link
1038
echo `$(..)scripts/rellns-sh -p $< $@` $@ >> $(symbolic-link-list)
1038
echo `$(..)scripts/rellns-sh -p $< $@` $@ >> $(symbolic-link-list)
1039
endef
1039
endef
1040
else # cross-compiling
1040
else # cross-compiling
1041
# We need a definition that can be used by elf/Makefile's install rules.
1041
# We need a definition that can be used by elf/Makefile's install rules.
1042
symbolic-link-prog = $(LN_S)
1042
symbolic-link-prog = /sbin/sln
1043
endif
1043
endif
1044
endif
1044
endif
1045
ifndef make-shlib-link
1045
ifndef make-shlib-link

Return to bug 829212