summaryrefslogtreecommitdiff
path: root/odk/Package_config_notwin.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-30 21:18:16 +0100
committerMichael Stahl <mstahl@redhat.com>2013-10-31 10:42:23 +0100
commit6cf65f96123772565b76898dc6892f692696e673 (patch)
tree33fd3670c1b01b3e54a7b6ed3fbea67ce3a59bc7 /odk/Package_config_notwin.mk
parent2b16f68044aa05e6d50537ba3b26a97571a7161e (diff)
odk: merge Package_config_notwin into Packge_config
Change-Id: I021ae1bc6d816d359be364c221d70a0e178a8b80
Diffstat (limited to 'odk/Package_config_notwin.mk')
-rw-r--r--odk/Package_config_notwin.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/odk/Package_config_notwin.mk b/odk/Package_config_notwin.mk
deleted file mode 100644
index 8bd2d513f668..000000000000
--- a/odk/Package_config_notwin.mk
+++ /dev/null
@@ -1,19 +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,odk_config_notwin,$(SRCDIR)))
-
-$(eval $(call gb_Package_set_outdir,odk_config_notwin,$(INSTDIR)))
-
-$(eval $(call gb_Package_add_files,odk_config_notwin,$(SDKDIRNAME),\
- config.guess \
- config.sub \
-))
-
-# vim: set noet sw=4 ts=4: