diff options
Diffstat (limited to 'sal/qa/ByteSequence')
-rw-r--r-- | sal/qa/ByteSequence/makefile.mk | 12 |
1 files changed, 5 insertions, 7 deletions
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 ------------------------------------------------------ |