summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/Module_cli_ure.mk4
-rw-r--r--cli_ure/Package_version.mk16
2 files changed, 0 insertions, 20 deletions
diff --git a/cli_ure/Module_cli_ure.mk b/cli_ure/Module_cli_ure.mk
index 0bd109300ccc..d1ff09073a18 100644
--- a/cli_ure/Module_cli_ure.mk
+++ b/cli_ure/Module_cli_ure.mk
@@ -9,10 +9,6 @@
$(eval $(call gb_Module_Module,cli_ure))
-$(eval $(call gb_Module_add_targets,cli_ure,\
- Package_version \
-))
-
ifeq ($(COM),MSC)
$(eval $(call gb_Module_add_targets,cli_ure,\
CliLibrary_cli_basetypes \
diff --git a/cli_ure/Package_version.mk b/cli_ure/Package_version.mk
deleted file mode 100644
index 675d32a98fc6..000000000000
--- a/cli_ure/Package_version.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,cli_ure_version,$(SRCDIR)/cli_ure/version))
-
-$(eval $(call gb_Package_set_outdir,cli_ure_version,$(OUTDIR)))
-
-$(eval $(call gb_Package_add_file,cli_ure_version,bin/cliureversion.mk,version.txt))
-
-# vim: set noet sw=4 ts=4: