e59b5b1fc7
Change-Id: Ic7479b82d09c1e36d28267434a77bf4bc158adfa Reviewed-on: https://gerrit.libreoffice.org/41612 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
7 lines
228 B
Makefile
7 lines
228 B
Makefile
# -*- 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:
|