diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-06 21:18:50 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-07 01:41:25 +0200 |
commit | 11c72e49522b1af5fe4e2f1871545f8d3ff017d1 (patch) | |
tree | ee0c5a5e07fe3d7e231661f0a56b3f11f629143f /unixODBC | |
parent | 4f94ee56483e6e2a8f16baa6c2ba8a4acf5df9b2 (diff) |
remove empty Module makefiles
Change-Id: Ifd85c8e2c4ec16db42001657009b8678d89a8fe1
Diffstat (limited to 'unixODBC')
-rw-r--r-- | unixODBC/Makefile | 7 | ||||
-rw-r--r-- | unixODBC/Module_unixODBC.mk | 14 |
2 files changed, 0 insertions, 21 deletions
diff --git a/unixODBC/Makefile b/unixODBC/Makefile deleted file mode 100644 index ccb1c85a04da..000000000000 --- a/unixODBC/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- - -module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) - -include $(module_directory)/../solenv/gbuild/partial_build.mk - -# vim: set noet sw=4 ts=4: diff --git a/unixODBC/Module_unixODBC.mk b/unixODBC/Module_unixODBC.mk deleted file mode 100644 index 89822865a042..000000000000 --- a/unixODBC/Module_unixODBC.mk +++ /dev/null @@ -1,14 +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,unixODBC)) - -# vim: set noet sw=4 ts=4: |