summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/cc50_solaris_intel
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-08-14 10:02:30 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-08-14 10:02:30 +0000
commit01777a84aa9c6b265ad3376d7c1f4db4b894c6ca (patch)
tree5b2ffdc4b67644cd4da49bd3fba09a216262bf44 /bridges/source/cpp_uno/cc50_solaris_intel
parent4afd249b4ee5f64dfa535debafff12ee82cd73ac (diff)
#65293# avoid circular deps on first build
Diffstat (limited to 'bridges/source/cpp_uno/cc50_solaris_intel')
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk b/bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk
index 325ff7d52cad..af33e0a6fc00 100644
--- a/bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk
+++ b/bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: dbo $ $Date: 2001-04-12 13:41:00 $
+# last change: $Author: hjs $ $Date: 2001-08-14 11:01:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -105,6 +105,6 @@ SHL1STDLIBS= \
.INCLUDE : target.mk
-$(SLO)$/call.obj: call.s
- CC -c -o $(SLO)$/call.o call.s ; touch $(SLO)$/call.obj
+$(SLO)$/%.obj: %.s
+ CC -c -o $(SLO)$/$(@:b).o $< ; touch $@