rules.mk: Fix LINKS_SO

LINKS_SO has multiple identical paths that end up in the link
creation rule, fix that.
This commit is contained in:
Jan Lindemann 2008-05-24 07:21:11 +00:00 committed by Jan Lindemann
commit 429d7950e7

View file

@ -303,7 +303,7 @@ $(INSTALL_SYSCFGDIR)/%: %.sysconf
# ---
$(LINKS_SO):
$(sort $(LINKS_SO)):
cd $(dir $@); ln -sf $(shell echo $@ | sed -e 's/\.so$$\|\.so.*$$//').$(SO_SUFFIX) $(notdir $@)
ifeq ($(DEVELOPMENT),true)