diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-17 20:02:31 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-18 07:00:22 +0000 |
commit | 13818a69d77a5806e2bafa92283a56a9f7ac690d (patch) | |
tree | 173acbf5d37302ac3848d8de99fcebae64d7606f /icu/Module_icu.mk | |
parent | 0ba2b78a07e1111208eef45813e14c33c95cef6d (diff) |
fdo#70393: move icu to a subdir of external
Change-Id: I9d8191848b093240f79207446afb13ca6fd708e4
Reviewed-on: https://gerrit.libreoffice.org/6309
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'icu/Module_icu.mk')
-rw-r--r-- | icu/Module_icu.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/icu/Module_icu.mk b/icu/Module_icu.mk deleted file mode 100644 index 46e02d3de9d5..000000000000 --- a/icu/Module_icu.mk +++ /dev/null @@ -1,20 +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_Module_Module,icu)) - -ifeq ($(SYSTEM_ICU),NO) -$(eval $(call gb_Module_add_targets,icu,\ - UnpackedTarball_icu \ - ExternalPackage_icu \ - ExternalProject_icu \ -)) -endif - -# vim: set noet sw=4 ts=4: |