diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-17 11:56:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-17 11:56:45 +0000 |
commit | 2fe8004ff51fe42042977ec1345526b4b31360aa (patch) | |
tree | caca9292fe5b6dd5f0ee6980055915afbcd0856b /configmgr | |
parent | 6baad0d1e136a70903ffab615fa30288bf0877f2 (diff) |
INTEGRATION: CWS fwkbugfix03 (1.6.10); FILE MERGED
2004/10/21 15:20:42 jb 1.6.10.1: #35587# New startup script for configimport on unx
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/cmdtools/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/configmgr/source/cmdtools/makefile.mk b/configmgr/source/cmdtools/makefile.mk index e1be487686db..866a8ed71d08 100644 --- a/configmgr/source/cmdtools/makefile.mk +++ b/configmgr/source/cmdtools/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: kz $ $Date: 2004-08-31 14:56:48 $ +# last change: $Author: obo $ $Date: 2004-11-17 12:56:45 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -112,5 +112,9 @@ APP1OBJS= \ $(OBJ)$/configimport.obj \ $(OBJ)$/unomain.obj +# --- Scripts ------------------------------------------------------ + +UNIXTEXT = $(MISC)/configimport.sh + .INCLUDE : target.mk |