summaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-02-26 15:15:22 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2013-02-28 08:26:41 +0100
commitbdd921453e0ea9d94f2bfd15dd72a984935552d5 (patch)
tree15a0cf4514475d1a5dd0753f9c43e9360e49e052 /Makefile.build
parenta595c6e12b3e62179ec849328eb19115ab86e624 (diff)
remove RepositoryModule_ooo.mk duplicated by Module_tail_build.mk
Also remove pseudo-module tail_build. All we need is one makefile. Change-Id: Idb7f3a15db33adf4398136a142f175094ef4bc6c
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build
new file mode 100644
index 000000000000..857eb2554099
--- /dev/null
+++ b/Makefile.build
@@ -0,0 +1,17 @@
+# -*- 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/.
+#
+
+include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))config_host.mk
+
+gb_Side := host
+include $(SOLARENV)/gbuild/gbuild.mk
+
+$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/Module_tail_build.mk))
+
+# vim: set noet sw=4 ts=4: