run.mk: LD_LIBRARY_PATH and DLL_PATH -> ldlibpath.mk

Centralize all generation of LD_LIBRARY_PATH and DLL_PATH in
ldlibpath.mk.
This commit is contained in:
Jan Lindemann 2009-06-29 14:56:58 +00:00 committed by Jan Lindemann
commit b448274c97
2 changed files with 8 additions and 10 deletions

View file

@ -10,13 +10,6 @@ BUILD_HDR =
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')
ifeq ($(TARGET),mingw)
DLL_PATH = $(shell echo $(LD_LIBRARY_PATH) | sed 's/:/;/g');$(CROSS_TOOL_DIR)/bin
endif
all:
install:
valgrind: