From 5503a68395641d8ae927c635eec2960c617ddbc3 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 29 Oct 2013 22:54:32 +0100 Subject: cli_ure: remove CLI version Packages Tweak the installer so it reads the included files from SRCDIR. Change-Id: Ic4d3d2c003c2d0c5aebea6dd32f5989f3d4f04e4 --- cli_ure/Module_cli_ure.mk | 4 ---- cli_ure/Package_version.mk | 16 ---------------- 2 files changed, 20 deletions(-) delete mode 100644 cli_ure/Package_version.mk (limited to 'cli_ure') 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: -- cgit