From bf6fc1e59816b015ff672fa338f7d710e98fa3f6 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 20 Sep 2004 07:41:50 +0000 Subject: 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 --- vcl/unx/source/app/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vcl/unx/source') 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 $@ -- cgit v1.2.3