diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-30 17:00:29 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-31 10:42:23 +0100 |
commit | 2b16f68044aa05e6d50537ba3b26a97571a7161e (patch) | |
tree | 815883c9f12aac8b326ca6a50d14149dd37c9228 /setup_native | |
parent | 2a0a670945f9af760a1e8471427b63099dde9f56 (diff) |
setup_native: remove Package_ulf
... instead hard-code macinstall.ulf location in installer.
Change-Id: I4a6b35c093ff3f4a19d84e8803821909a5ae03db
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/Module_setup_native.mk | 1 | ||||
-rw-r--r-- | setup_native/Package_ulf.mk | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/setup_native/Module_setup_native.mk b/setup_native/Module_setup_native.mk index 4228ea88436a..19226c2274a3 100644 --- a/setup_native/Module_setup_native.mk +++ b/setup_native/Module_setup_native.mk @@ -18,7 +18,6 @@ $(eval $(call gb_Module_add_targets,setup_native,\ ifeq ($(OS),MACOSX) $(eval $(call gb_Module_add_targets,setup_native,\ CustomTarget_mac \ - Package_ulf \ )) endif diff --git a/setup_native/Package_ulf.mk b/setup_native/Package_ulf.mk deleted file mode 100644 index 1f58bcabf86d..000000000000 --- a/setup_native/Package_ulf.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,setup_native/ulf,$(call gb_CustomTarget_get_workdir,setup_native/mac))) - -$(eval $(call gb_Package_set_outdir,setup_native/ulf,$(OUTDIR))) - -$(eval $(call gb_Package_add_file,setup_native/ulf,bin/macinstall.ulf,macinstall.ulf)) - -# vim: set noet sw=4 ts=4: |