diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-03 13:32:53 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-03 13:32:53 +0000 |
commit | bcd78259fa3a7812579bd17eddd34d3d4ef65a0b (patch) | |
tree | 09361a84fe30552aea232e581a5d4f8e7d1e3a6c /cli_ure/version | |
parent | 23fbd299d40d29bbff8bc1f19ab5c53c6343540c (diff) |
INTEGRATION: CWS jl42 (1.3.2); FILE MERGED
2006/07/31 10:29:59 jl 1.3.2.1: #i67891# cliureversion.mk must always be delivered
Diffstat (limited to 'cli_ure/version')
-rw-r--r-- | cli_ure/version/makefile.mk | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/cli_ure/version/makefile.mk b/cli_ure/version/makefile.mk index 9ae3d75b8..4efd11554 100644 --- a/cli_ure/version/makefile.mk +++ b/cli_ure/version/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2006-07-25 07:55:26 $ +# last change: $Author: ihi $ $Date: 2006-08-03 14:32:53 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -52,17 +52,19 @@ ECHOQUOTE=' ECHOQUOTE= .ENDIF -.IF "$(BUILD_FOR_CLI)" != "" + ALLTAR : \ $(BIN)$/cliureversion.mk # INCVERSION - +#always deliver a cliureversion.mk. It is needed for the packing process even for all other +#platforms. Therefore BUILD_FOR_CLI is not used here $(BIN)$/cliureversion.mk: version.txt $(GNUCOPY) $< $@ + #disabled because of #67482 #Create the config file that is used with the policy assembly #only if new published types have been added, the cliureversion.mk is written. @@ -70,6 +72,6 @@ $(BIN)$/cliureversion.mk: version.txt # +$(PERL) $(PRJ)$/source$/scripts$/increment_version.pl \ # $< $(BIN)$/cliureversion.mk $(SOLARBINDIR)$/unotype_statistics.txt -.END + |