summaryrefslogtreecommitdiff
path: root/expat
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-07 21:47:18 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-08 17:49:56 +0200
commit5e037bbb3b7a0fdbbd4ce53e6ad566db057e1575 (patch)
tree188c98eaf6f1be64826a662fa4e9b55dc8c22ffd /expat
parent32b9ff886614c1afe117ffd4c1b8807582913725 (diff)
expat: remove ExternalPackage_expat
Change-Id: I80b7f86947645a45263bbd7423a10ba8300441e9
Diffstat (limited to 'expat')
-rw-r--r--expat/ExternalPackage_expat.mk17
-rw-r--r--expat/Module_expat.mk1
2 files changed, 0 insertions, 18 deletions
diff --git a/expat/ExternalPackage_expat.mk b/expat/ExternalPackage_expat.mk
deleted file mode 100644
index d969cb4c5d3e..000000000000
--- a/expat/ExternalPackage_expat.mk
+++ /dev/null
@@ -1,17 +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_ExternalPackage_ExternalPackage,expat_inc,expat))
-
-$(eval $(call gb_ExternalPackage_add_unpacked_files,expat_inc,inc/external/expat,\
- lib/expat.h \
- lib/expat_external.h \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/expat/Module_expat.mk b/expat/Module_expat.mk
index 8c7d8d020b91..990a2a3b497b 100644
--- a/expat/Module_expat.mk
+++ b/expat/Module_expat.mk
@@ -12,7 +12,6 @@ $(eval $(call gb_Module_Module,expat))
ifeq ($(SYSTEM_EXPAT),NO)
$(eval $(call gb_Module_add_targets,expat,\
- ExternalPackage_expat \
UnpackedTarball_expat \
StaticLibrary_expat \
))