summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2010-10-01 14:16:28 +0200
committerJuergen Schmidt <jsc@openoffice.org>2010-10-01 14:16:28 +0200
commitdade5b09e567e144d6274160aa8da2d66164075b (patch)
tree1da7e7b876f3df87af8b086d7bf7acc2d3087204 /odk
parent5d868ad4ccb6dd9f2c77a8738eaa52fb16fd65b5 (diff)
jsc340: i114789: remove space
Diffstat (limited to 'odk')
-rw-r--r--odk/settings/settings.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/settings/settings.mk b/odk/settings/settings.mk
index 188ff880255e..b21efe720aba 100644
--- a/odk/settings/settings.mk
+++ b/odk/settings/settings.mk
@@ -210,7 +210,7 @@ SDK_JAVA_INCLUDES = -I"$(OO_SDK_JAVA_HOME)/include" -I"$(OO_SDK_JAVA_HOME)/inclu
CC_DEFINES=-DUNX -DSOLARIS -DSPARC -DCPPU_ENV=sunpro5
CC_OUTPUT_SWITCH=-o
-LIBRARY_LINK_FLAGS=-w -mt -z combreloc -PIC -temp=/tmp '-R $$ORIGIN' -z text -norunpath -G -Bdirect -Bdynamic -lpthread -lCrun -lc -lm
+LIBRARY_LINK_FLAGS=-w -mt -z combreloc -PIC -temp=/tmp '-R$$ORIGIN' -z text -norunpath -G -Bdirect -Bdynamic -lpthread -lCrun -lc -lm
# means if used CC is lower then version 5.5 use option -instance=static
ifeq ($(OO_SDK_CC_55_OR_HIGHER),)
LIBRARY_LINK_FLAGS+=-instances=static