diff --git a/Makefile b/Makefile index 67e883e5..2b76586d 100644 --- a/Makefile +++ b/Makefile @@ -84,8 +84,8 @@ endif endif ifeq ($(PLATFORM),unix) -#RLDFLAGS=-rpath $(DESTDIR)$(LIBDIR) -RLDFLAGS=-Wl,-R$(DESTDIR)$(LIBDIR) +#RLDFLAGS=-rpath $(LIBDIR) +RLDFLAGS=-Wl,-R$(LIBDIR) endif ifeq ($(USE_BOEHM),1)