summaryrefslogtreecommitdiff
path: root/external/epm
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-24 13:01:43 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-24 13:10:39 +0200
commit19d7c0348d7caadc42d557eb6d7a93446c7cd698 (patch)
tree84b6ff6646a6127f32a75e586e57e803d88a0c4f /external/epm
parentb308526fbc07753aca7186ab84e92ae8d56d7652 (diff)
epm: use executables from WORKDIR and clean up configure
Change-Id: I69e75dbbaa16b6dc407a69ba8137c09888db50ce
Diffstat (limited to 'external/epm')
-rw-r--r--external/epm/ExternalPackage_epm.mk20
-rw-r--r--external/epm/Module_epm.mk1
2 files changed, 0 insertions, 21 deletions
diff --git a/external/epm/ExternalPackage_epm.mk b/external/epm/ExternalPackage_epm.mk
deleted file mode 100644
index 793f4192b787..000000000000
--- a/external/epm/ExternalPackage_epm.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_ExternalPackage_ExternalPackage,epm,epm))
-
-$(eval $(call gb_ExternalPackage_use_external_project,epm,epm))
-
-$(eval $(call gb_ExternalPackage_add_files,epm,bin,\
- epm \
- epminstall \
- mkepmlist \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/external/epm/Module_epm.mk b/external/epm/Module_epm.mk
index f86455cb1f91..1f4ed076ba11 100644
--- a/external/epm/Module_epm.mk
+++ b/external/epm/Module_epm.mk
@@ -12,7 +12,6 @@ $(eval $(call gb_Module_Module,epm))
ifneq ($(CROSS_COMPILING),YES)
$(eval $(call gb_Module_add_targets,epm,\
- ExternalPackage_epm \
ExternalProject_epm \
UnpackedTarball_epm \
))