diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-08-27 11:09:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-08-27 11:09:53 +0000 |
commit | e2b8a32dd7f98e2b0d8eda86cccbbd4a30f95933 (patch) | |
tree | a29c0278711468dd89b999890ab476886752d137 /shell/source/unix/exec | |
parent | 502fcce30a3c57b33a52306e701818aa8065b488 (diff) |
#100000#, #i16206#: change SHL1TARGET and SHL1IMPLIB, so that the built library still is named libsyssh.
Diffstat (limited to 'shell/source/unix/exec')
-rw-r--r-- | shell/source/unix/exec/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
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 |