mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
run.mk: Comment out redundant definition of LD_LIB_PATH
This commit is contained in:
parent
6d76babea0
commit
4dfddb3023
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ BUILD_H =
|
|||
include $(MODDIR)/make/rules.mk
|
||||
include $(MODDIR)/make/ldlibpath.mk
|
||||
|
||||
LD_LIB_PATH_ORIG := $(LD_LIBRARY_PATH)
|
||||
export LD_LIBRARY_PATH=$(shell echo $(strip $(LD_LIB_PATH):$(LD_LIB_PATH_ORIG)) | sed 's/ /:/g; s/::*/:/g')
|
||||
#LD_LIB_PATH_ORIG := $(LD_LIBRARY_PATH)
|
||||
#export LD_LIBRARY_PATH=$(shell echo $(strip $(LD_LIB_PATH):$(LD_LIB_PATH_ORIG)) | sed 's/ /:/g; s/::*/:/g')
|
||||
|
||||
all:
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue