summaryrefslogtreecommitdiff
path: root/external/opencollada/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'external/opencollada/Makefile')
-rw-r--r--external/opencollada/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/external/opencollada/Makefile b/external/opencollada/Makefile
deleted file mode 100644
index 569ad8a0ba7a..000000000000
--- a/external/opencollada/Makefile
+++ /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/.
-#
-
-module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-
-include $(module_directory)/../../solenv/gbuild/partial_build.mk
-
-# vim: set noet sw=4 ts=4: