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 | 81f519dab684f75bfdbe8c47493f846e952fa969 (patch) | |
tree | e1a21980b5518d64d8536a01ba4e78fcc6db6d0a /cli_ure | |
parent | 6c3de4c3e9edff377b4a1fa2d205ba366aca824f (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')
-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 9ae3d75b8908..4efd115549b3 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 + |