mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
make: Replace pwd by $(PWD)
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
efd4867be9
commit
f70465cbd5
17 changed files with 25 additions and 25 deletions
|
|
@ -53,7 +53,7 @@ echo.libs:
|
|||
@echo INSTALLED_LIB = $(INSTALLED_LIB)
|
||||
|
||||
install-links:
|
||||
l=$(shell pwd)/$(notdir $(INSTALLED_LIB_SO)) ;\
|
||||
l=$(shell $(PWD))/$(notdir $(INSTALLED_LIB_SO)) ;\
|
||||
cd $(dir $(INSTALLED_LIB_SO)) &&\
|
||||
sudo ln -sf $$l
|
||||
# ------------------------------------------ contrib libraries
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue