diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-07 07:53:58 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-07 07:53:58 +0000 |
commit | 2007fcc8a283e1a8beb97e1d12a59ff512f8195f (patch) | |
tree | 0f80196530dc0dc0a1d2e6741ab4bbeb978e14ab | |
parent | 57f392e7dc09f6759e62bd27f80a127cf7b11abd (diff) |
Made backwards compatible with SRC618
-rw-r--r-- | ucb/source/sorter/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ucb/source/sorter/makefile.mk b/ucb/source/sorter/makefile.mk index 49c06640042e..88e03c36e03e 100644 --- a/ucb/source/sorter/makefile.mk +++ b/ucb/source/sorter/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: pluby $ $Date: 2001-03-07 08:18:54 $ +# last change: $Author: pluby $ $Date: 2001-03-07 08:53:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,6 +90,10 @@ SHL1STDLIBS=\ $(CPPULIB) \ $(SALLIB) +.IF "$(UPD)"<="618" +SHL1STDLIBS+=$(TOOLSLIB) +.ENDIF + SHL1LIBS=$(LIB1TARGET) SHL1IMPLIB=i$(TARGET) |