mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
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:
parent
1c46d5c68b
commit
429d7950e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue