diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:51:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:51:41 +0000 |
commit | ed24c791237a2a008663ff944928e422c46932cb (patch) | |
tree | 495b8494ac69185cb2300b55df7c9cbbfac37e6c | |
parent | a75c27df13442c266969c7e3d08a89731e424741 (diff) |
INTEGRATION: CWS native115_SRC680 (1.13.24); FILE MERGED
2007/10/23 07:12:43 obr 1.13.24.1: #150889# deliver stclient_wrapper on linux as well
-rw-r--r-- | setup_native/scripts/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setup_native/scripts/makefile.mk b/setup_native/scripts/makefile.mk index 345456328f33..98cea9ddcf37 100644 --- a/setup_native/scripts/makefile.mk +++ b/setup_native/scripts/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: obo $ $Date: 2007-07-19 07:19:43 $ +# last change: $Author: hr $ $Date: 2007-11-02 12:51:41 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,7 @@ UNIXTEXT= \ $(BIN)$/deregister_extensions \ $(BIN)$/downloadscript.sh -.IF "$(OS)" == "SOLARIS" +.IF "$(OS)" == "SOLARIS" || "$(OS)" == "LINUX" UNIXTEXT+= $(BIN)$/stclient_wrapper.sh .ENDIF |