summaryrefslogtreecommitdiff
path: root/vcl/unx/source/app
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-20 07:41:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-20 07:41:50 +0000
commitbf6fc1e59816b015ff672fa338f7d710e98fa3f6 (patch)
treefb4ba184fa0e33deb711c1232f180a6a7e05b1a2 /vcl/unx/source/app
parent048cdc8d025c1b553306b51cee41c49826189fe4 (diff)
INTEGRATION: CWS ause011 (1.13.96); FILE MERGED
2004/09/17 14:49:34 hjs 1.13.96.2: RESYNC: (1.13-1.15); FILE MERGED 2004/09/13 11:17:13 hjs 1.13.96.1: #i32984# comment exotic rule
Diffstat (limited to 'vcl/unx/source/app')
-rw-r--r--vcl/unx/source/app/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/unx/source/app/makefile.mk b/vcl/unx/source/app/makefile.mk
index 9ca455617c9e..a05ee1e3ed18 100644
--- a/vcl/unx/source/app/makefile.mk
+++ b/vcl/unx/source/app/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: hr $ $Date: 2004-09-09 11:22:47 $
+# last change: $Author: rt $ $Date: 2004-09-20 08:41:50 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -134,7 +134,7 @@ SLOFILES+=$(SLO)$/getfpsoli.obj
.INCLUDE : $(PRJ)$/util$/target.pmk
-
+# local rule to create the additional object file for SOLARIS
$(SLO)$/%.obj: %.s
- CC -c -o $(@:s/.obj/.o/) $< && touch $@
+ $(CXX) -c -o $(@:s/.obj/.o/) $< && touch $@