diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 11:53:23 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-04 12:45:54 +0100 |
commit | 83734eea36acced7afb5caf8b58716f0d67a962f (patch) | |
tree | 8f61f123fdea0b7c50ac146d5ac70970e71814b9 /cli_ure/version | |
parent | c36e6badf3415cc6f7b5a257f90b3ab0faf29083 (diff) |
Clean up makefiles
Diffstat (limited to 'cli_ure/version')
-rw-r--r-- | cli_ure/version/makefile.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/cli_ure/version/makefile.mk b/cli_ure/version/makefile.mk index 2b5913100be4..4f84cab0e6dc 100644 --- a/cli_ure/version/makefile.mk +++ b/cli_ure/version/makefile.mk @@ -40,21 +40,7 @@ TARGET = cliureversion.mk 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. -#INCVERSION .PHONY: version.txt incversions.txt -# $(PERL) $(PRJ)$/source$/scripts$/increment_version.pl \ -# $< $(BIN)$/cliureversion.mk $(SOLARBINDIR)$/unotype_statistics.txt - - - - |