From c7a4dc455dfe412d5713ccd7bff62eb9d2547602 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 26 Nov 2007 12:18:33 +0000 Subject: INTEGRATION: CWS onlineupdate6 (1.13.22); FILE MERGED 2007/11/06 22:13:16 obr 1.13.22.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/15 04:50:39 obr 1.13.22.1: #i82283# added unpack and update script --- setup_native/scripts/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'setup_native/scripts') diff --git a/setup_native/scripts/makefile.mk b/setup_native/scripts/makefile.mk index e38d1b596579..a3fe96e12040 100644 --- a/setup_native/scripts/makefile.mk +++ b/setup_native/scripts/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: rt $ $Date: 2007-11-06 15:40:48 $ +# last change: $Author: ihi $ $Date: 2007-11-26 13:18:33 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,8 @@ UNIXTEXT= \ $(BIN)$/javaloader.sh \ $(BIN)$/register_extensions \ $(BIN)$/deregister_extensions \ + $(BIN)$/unpack_update.sh \ + $(BIN)$/update.sh \ $(BIN)$/downloadscript.sh .IF "$(OS)" == "SOLARIS" || "$(OS)" == "LINUX" -- cgit