diff options
author | Patrick Luby <patrick.luby@openoffice.org> | 2000-09-25 00:01:09 +0000 |
---|---|---|
committer | Patrick Luby <patrick.luby@openoffice.org> | 2000-09-25 00:01:09 +0000 |
commit | 5f561dd79d15384ff8a875342fe1f0fa4784ef1e (patch) | |
tree | 174cc6b42de5ae0f460ff5e0024bb7d54431da66 /sj2/util | |
parent | 971030c30c1c001ca176d649fe24b4e189881e1f (diff) |
Removed svtool.lib from SHL1DEPN since svtool.lib is no longer a target in svtools/util.
Diffstat (limited to 'sj2/util')
-rw-r--r-- | sj2/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sj2/util/makefile.mk b/sj2/util/makefile.mk index 14d238d98eb1..3aa4ea45a371 100644 --- a/sj2/util/makefile.mk +++ b/sj2/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:54:04 $ +# last change: $Author: patrick.luby $ $Date: 2000-09-25 01:01:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,7 +83,7 @@ LIB1FILES= \ $(SLB)$/java.lib \ $(SLB)$/jscpp.lib -SHL1DEPN= $(L)$/itools.lib $(SVLIBDEPEND) $(L)$/svtool.lib $(LIB1TARGET) +SHL1DEPN= $(L)$/itools.lib $(SVLIBDEPEND) $(LIB1TARGET) SHL1TARGET= j$(UPD)$(DLLPOSTFIX)_g SHL1IMPLIB= $(TARGET) |