From e2b8a32dd7f98e2b0d8eda86cccbbd4a30f95933 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 27 Aug 2003 11:09:53 +0000 Subject: #100000#, #i16206#: change SHL1TARGET and SHL1IMPLIB, so that the built library still is named libsyssh. --- shell/source/unix/exec/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'shell/source/unix/exec') diff --git a/shell/source/unix/exec/makefile.mk b/shell/source/unix/exec/makefile.mk index c40c0222c4d2..66817dd28616 100644 --- a/shell/source/unix/exec/makefile.mk +++ b/shell/source/unix/exec/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: kz $ $Date: 2003-08-25 15:49:13 $ +# last change: $Author: rt $ $Date: 2003-08-27 12:09:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,8 +78,8 @@ SLOFILES=$(SLO)$/shellexec.obj\ $(SLO)$/shellexecentry.obj SHL1OBJS=$(SLOFILES) -SHL1TARGET= $(TARGET) -SHL1IMPLIB= i$(TARGET) +SHL1TARGET= syssh +SHL1IMPLIB= isyssh SHL1VERSIONMAP=exports.map SHL1DEF=$(MISC)$/$(SHL1TARGET).def -- cgit