From 85a5c31f45a5d5ddf68634302f4769deadf2f84a Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 27 May 2003 13:18:19 +0000 Subject: INTEGRATION: CWS qadev6 (1.3.24); FILE MERGED 2003/05/08 07:46:26 lla 1.3.24.1: #109230# SLOFILES added, for right dmake killobj --- sal/qa/ByteSequence/makefile.mk | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'sal/qa/ByteSequence') diff --git a/sal/qa/ByteSequence/makefile.mk b/sal/qa/ByteSequence/makefile.mk index 73a8c54e5737..4fd61d0ea98a 100644 --- a/sal/qa/ByteSequence/makefile.mk +++ b/sal/qa/ByteSequence/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: vg $ $Date: 2003-04-01 13:21:27 $ +# last change: $Author: vg $ $Date: 2003-05-27 14:18:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,11 +72,6 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk -#------------------------------- All object files ------------------------------- -# do this here, so we get right dependencies -# SLOFILES= \ -# $(SLO)$/ByteSequence.obj - #----------------------------------- OStringBuffer ----------------------------------- SHL1OBJS= \ @@ -99,6 +94,9 @@ DEF1NAME =$(SHL1TARGET) DEF1EXPORTFILE= export.exp +#------------------------------- All object files ------------------------------- +# do this here, so we get right dependencies +SLOFILES=$(SHL1OBJS) # --- Targets ------------------------------------------------------ -- cgit