diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-14 12:48:20 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-15 21:32:36 +0200 |
commit | 944f3a6c6e48f1b5532fa16ab38918b9b3f9412e (patch) | |
tree | 83901ce06673b80d2174196d9189367eea75c0bd /cpputools | |
parent | 7369a8cad62ba6151ba8c16c41d0005fdf87f0ec (diff) |
gbuild: allow to use RepositoryFixes also for executables
Helps to kill package in cpputools.
And autoinstall uno executable.
Change-Id: Ib1d546371ec8d2b06381d88eff98dbc5b70da400
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/Module_cpputools.mk | 6 | ||||
-rw-r--r-- | cpputools/Package_bin.mk | 15 |
2 files changed, 0 insertions, 21 deletions
diff --git a/cpputools/Module_cpputools.mk b/cpputools/Module_cpputools.mk index e0f3cad91adb..5807e3c81f6f 100644 --- a/cpputools/Module_cpputools.mk +++ b/cpputools/Module_cpputools.mk @@ -19,12 +19,6 @@ $(eval $(call gb_Module_add_targets,cpputools,\ Executable_uno \ )) -ifneq ($(OS),WNT) -$(eval $(call gb_Module_add_targets,cpputools,\ - Package_bin \ -)) -endif - endif # vim:set noet sw=4 ts=4: diff --git a/cpputools/Package_bin.mk b/cpputools/Package_bin.mk deleted file mode 100644 index 0a5a32007009..000000000000 --- a/cpputools/Package_bin.mk +++ /dev/null @@ -1,15 +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/. -# - -# because the installation system is so incredibly inflexible... -$(eval $(call gb_Package_Package,cpputools_bin,$(gb_Executable_BINDIR))) - -$(eval $(call gb_Package_add_file,cpputools_bin,bin/uno.bin,uno)) - -# vim: set shiftwidth=4 tabstop=4 noexpandtab: |