summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/cc50_solaris_sparc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 12:27:09 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 12:27:09 +0000
commite4709dda340117de424a4ea829f2d1df6d7641fe (patch)
tree3d762ef0a4888a2838dd3445dbfdbe221d0783ca /bridges/source/cpp_uno/cc50_solaris_sparc
parentc701842efa0f7ef153519ac99b4eb3ee8f908404 (diff)
INTEGRATION: CWS ause069 (1.12.82); FILE MERGED
2006/11/28 11:48:36 hjs 1.12.82.1: #i70359# remove forced shell calls; a bit cleanup
Diffstat (limited to 'bridges/source/cpp_uno/cc50_solaris_sparc')
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk b/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk
index f1cd7468c2f7..31b722ad10d1 100644
--- a/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk
+++ b/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 22:19:34 $
+# last change: $Author: obo $ $Date: 2007-01-25 13:27:09 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -39,13 +39,10 @@ PRJNAME=bridges
TARGET=sunpro5_uno
LIBTARGET=no
ENABLE_EXCEPTIONS=TRUE
-NO_BSYMBOLIC=TRUE
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
@@ -87,5 +84,5 @@ SHL1STDLIBS= \
$(SLO)$/%.obj: %.s
- CC -KPIC -c -o $(SLO)$/$(@:b).o $< ; touch $@
+ CC -KPIC -c -o $(SLO)$/$(@:b).o $< && touch $@