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 /shell/source/unix | |
parent | e817dcce778e7fad347d68532653d24903774a9d (diff) |
Undo basis/brand split: removed RPATH BRAND (same as OOO now).
Diffstat (limited to 'shell/source/unix')
-rw-r--r-- | shell/source/unix/misc/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/unix/misc/makefile.mk b/shell/source/unix/misc/makefile.mk index 3f1b64e652e0..840f37295522 100644 --- a/shell/source/unix/misc/makefile.mk +++ b/shell/source/unix/misc/makefile.mk @@ -51,7 +51,7 @@ APP1TARGET = gnome-open-url.bin APP1OBJS = \ $(OBJ)$/gnome-open-url.obj APP1LIBS = -APP1RPATH = BRAND +APP1RPATH = OOO .IF "$(OS)"!="FREEBSD" && "$(OS)"!="NETBSD" && "$(OS)"!="OPENBSD" && \ "$(OS)"!="DRAGONFLY" APP1STDLIBS=-ldl @@ -60,7 +60,7 @@ APP1STDLIBS=-ldl APP2TARGET = uri-encode APP2OBJS = $(OBJ)$/uri-encode.obj APP2LIBS = -APP2RPATH = BRAND +APP2RPATH = OOO APP2STDLIBS = OBJFILES = $(APP1OBJS) $(APP2OBJS) |