removing DESTDIR from rpath

This commit is contained in:
Alex Shinn 2011-04-26 09:17:47 +09:00
parent 32718a0a6a
commit 3fea2b7062

View file

@ -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)