diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-10-24 22:56:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-10-24 22:56:48 +0200 |
commit | d03465a44618e1158acd63cb5ab6a39b4e2778a2 (patch) | |
tree | f4bd2c4fd68a27afd1a88f0693d43348f1b00224 /crashrep | |
parent | e817dcce778e7fad347d68532653d24903774a9d (diff) |
Undo basis/brand split: removed RPATH BRAND (same as OOO now).
Diffstat (limited to 'crashrep')
-rwxr-xr-x | crashrep/source/unx/makefile.mk | 2 | ||||
-rw-r--r-- | crashrep/source/win32/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
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)\ |