summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-02 11:53:23 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-04 12:45:54 +0100
commit83734eea36acced7afb5caf8b58716f0d67a962f (patch)
tree8f61f123fdea0b7c50ac146d5ac70970e71814b9 /cli_ure
parentc36e6badf3415cc6f7b5a257f90b3ab0faf29083 (diff)
Clean up makefiles
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/native/makefile.mk1
-rw-r--r--cli_ure/version/makefile.mk14
2 files changed, 0 insertions, 15 deletions
diff --git a/cli_ure/source/native/makefile.mk b/cli_ure/source/native/makefile.mk
index 2c8be1a9b5b9..d0b87e6f6817 100644
--- a/cli_ure/source/native/makefile.mk
+++ b/cli_ure/source/native/makefile.mk
@@ -25,7 +25,6 @@
#
# ************************************************************************/
-
PRJ = ..$/..
PRJNAME = cli_ure
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
-
-
-
-