diff --git a/require-ess/tools/driver.makefile b/require-ess/tools/driver.makefile index 246e2b93b61f51dea5dcbc483cfd1210ff6836c3..dad65088ee76406d610dc41101ac939947bae2eb 100644 --- a/require-ess/tools/driver.makefile +++ b/require-ess/tools/driver.makefile @@ -688,10 +688,8 @@ SNCALL=$(shell ls -dv $(E3_SITEMODS_PATH)/sequencer/$(call FETCH_BUILD_NUMBER,$ SNC=$(lastword $(SNCALL))/snc ifneq (,$(strip $(VLIBS))) -$(info >>>> VLIBS! $(USR_LDFLAGS_$(T_A))) USR_LDFLAGS_$(T_A) += $(foreach l,$(VLIBS),-L$(dir $(l))) USR_LDFLAGS_$(T_A) += -Wl,-rpath,"\$$ORIGIN/vendor" -$(info >>>> VLIBS! $(USR_LDFLAGS_$(T_A))) endif ifneq ($(strip ${DBDFILES}),)