From 2007fcc8a283e1a8beb97e1d12a59ff512f8195f Mon Sep 17 00:00:00 2001 From: Patrick Luby Date: Wed, 7 Mar 2001 07:53:58 +0000 Subject: Made backwards compatible with SRC618 --- ucb/source/sorter/makefile.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ucb') 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) -- cgit