From d03465a44618e1158acd63cb5ab6a39b4e2778a2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 24 Oct 2011 22:56:33 +0200 Subject: Undo basis/brand split: removed RPATH BRAND (same as OOO now). --- crashrep/source/unx/makefile.mk | 2 +- crashrep/source/win32/makefile.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crashrep/source') diff --git a/crashrep/source/unx/makefile.mk b/crashrep/source/unx/makefile.mk index d0d04ff58361..83eb3b8c7697 100755 --- a/crashrep/source/unx/makefile.mk +++ b/crashrep/source/unx/makefile.mk @@ -54,7 +54,7 @@ OBJFILES=\ APP1NOSAL=TRUE APP1TARGET=$(TARGET) APP1OBJS=$(OBJFILES) -APP1RPATH=BRAND +APP1RPATH=OOO .IF "$(OS)" != "FREEBSD" && "$(OS)" != "MACOSX" && "$(OS)"!="NETBSD" && \ "$(OS)" != "DRAGONFLY" diff --git a/crashrep/source/win32/makefile.mk b/crashrep/source/win32/makefile.mk index 21c0ab390a0b..d1fe9fac0473 100644 --- a/crashrep/source/win32/makefile.mk +++ b/crashrep/source/win32/makefile.mk @@ -59,7 +59,7 @@ APP1OBJS=$(OBJFILES) APP1NOSAL=TRUE APP1TARGET=$(TARGET) -APP1RPATH=BRAND +APP1RPATH=OOO STDLIB1=\ $(SALLIB)\ -- cgit