summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-05-31 15:33:09 +0000
committerKurt Zenker <kz@openoffice.org>2005-05-31 15:33:09 +0000
commit99e9face3850fbbdc562f74a50ab451f6651d75d (patch)
treebf17bb931fe7fbb27e2e8796fc26bc5eb918d8a8 /bridges
parentdef31e45a18514916fc645f2610339130f54ea47 (diff)
INTEGRATION: CWS freebsd03 (1.3.24); FILE MERGED
2005/05/25 03:05:06 maho 1.3.24.1: Update to recent version of bridge (of Linux/i386) Issue number: #i49680#
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_intel/makefile.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/gcc3_freebsd_intel/makefile.mk b/bridges/source/cpp_uno/gcc3_freebsd_intel/makefile.mk
index 7b3265e4ed4b..661586202a5c 100644
--- a/bridges/source/cpp_uno/gcc3_freebsd_intel/makefile.mk
+++ b/bridges/source/cpp_uno/gcc3_freebsd_intel/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: kz $ $Date: 2005-01-18 15:06:42 $
+# last change: $Author: kz $ $Date: 2005-05-31 16:33:09 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -87,7 +87,8 @@ CFLAGSNOOPT=-O0
SLOFILES= \
$(SLO)$/except.obj \
$(SLO)$/cpp2uno.obj \
- $(SLO)$/uno2cpp.obj
+ $(SLO)$/uno2cpp.obj \
+ $(SLO)$/call.obj
SHL1TARGET= $(TARGET)
@@ -108,3 +109,6 @@ SHL1STDLIBS= \
.INCLUDE : target.mk
+$(SLO)$/%.obj: %.s
+ $(CC) -c -o $(SLO)$/$(@:b).o $<
+ touch $@