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 /pyuno | |
parent | e817dcce778e7fad347d68532653d24903774a9d (diff) |
Undo basis/brand split: removed RPATH BRAND (same as OOO now).
Diffstat (limited to 'pyuno')
-rwxr-xr-x | pyuno/zipcore/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/zipcore/makefile.mk b/pyuno/zipcore/makefile.mk index abc42b3b8deb..ce0a3a4aa733 100755 --- a/pyuno/zipcore/makefile.mk +++ b/pyuno/zipcore/makefile.mk @@ -66,7 +66,7 @@ FILES=\ APP1TARGET=python APP1OBJS=$(OBJFILES) $(SOLARLIBDIR)/pathutils-obj.obj APP1STDLIBS= -APP1RPATH=BRAND +APP1RPATH=OOO OBJFILES=$(OBJ)/python.obj .ENDIF |