From ee4b79137d1cbe21ba208c68d4d21a4897a9d879 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 23 Jan 2001 11:13:55 +0000 Subject: #65293# double identifier when linking whith linux --- sw/util/makefile.mk | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index a2cc3123fa68..d96668e44808 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: mib $ $Date: 2001-01-22 11:42:12 $ +# last change: $Author: obo $ $Date: 2001-01-23 12:13:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -236,11 +236,14 @@ SHL2DEPN= \ SHL2OBJS= \ $(OUT)$/slo$/swmodule.obj \ - $(OUT)$/slo$/swdll.obj \ - $(SLO)$/atrfrm.obj \ - $(SLO)$/fmtatr2.obj + $(OUT)$/slo$/swdll.obj # $(SLO)$/.obj ^ \ nicht vergessen! +.IF "$(OS)"!="LINUX" +SHL2OBJS+= atrfrm.obj \ + $(SLO)$/fmtatr2.obj +.ENDIF + .IF "$(OS)$(CPU)"=="SOLARISS" SHL2OBJS += $(SOLARLIBDIR)$/autorec.o .ENDIF -- cgit v1.2.3