summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 12:28:26 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 12:28:26 +0000
commit2182a9c51e72eaf1deb88279266488a2f056e215 (patch)
tree7269425fd664c4c44004581abf61ced0fd59eb2d /bridges
parentec67634cdd4710a58825745e8c381e1eccc99e47 (diff)
INTEGRATION: CWS ause069 (1.5.82); FILE MERGED
2006/11/28 11:48:38 hjs 1.5.82.1: #i70359# remove forced shell calls; a bit cleanup
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_sparc/makefile.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc/makefile.mk b/bridges/source/cpp_uno/gcc3_linux_sparc/makefile.mk
index 719e48269..06e69c5e7 100644
--- a/bridges/source/cpp_uno/gcc3_linux_sparc/makefile.mk
+++ b/bridges/source/cpp_uno/gcc3_linux_sparc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 22:25:31 $
+# last change: $Author: obo $ $Date: 2007-01-25 13:28:26 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -38,13 +38,10 @@ PRJNAME=bridges
TARGET=gcc3_uno
LIBTARGET=no
ENABLE_EXCEPTIONS=TRUE
-NO_BSYMBOLIC=TRUE
# --- Settings -----------------------------------------------------
-.INCLUDE : svpre.mk
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
@@ -88,4 +85,4 @@ SHL1STDLIBS= \
.INCLUDE : target.mk
$(SLO)$/%.obj: %.s
- $(ASM) $(AFLAGS) -o $(SLO)$/$(@:b).o $< ; touch $@
+ $(ASM) $(AFLAGS) -o $(SLO)$/$(@:b).o $< && touch $@