From 3fea2b7062267c752b5702dd0462c70ddfd8f710 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Tue, 26 Apr 2011 09:17:47 +0900 Subject: [PATCH] removing DESTDIR from rpath --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)