summaryrefslogtreecommitdiff
path: root/external/clucene
diff options
context:
space:
mode:
Diffstat (limited to 'external/clucene')
-rw-r--r--external/clucene/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/clucene/Makefile b/external/clucene/Makefile
index 5f46a974f7fe..37fff27cf433 100644
--- a/external/clucene/Makefile
+++ b/external/clucene/Makefile
@@ -6,6 +6,6 @@ export EXTERNAL_WARNINGS_NOT_ERRORS
module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-include $(module_directory)/../solenv/gbuild/partial_build.mk
+include $(module_directory)/../../solenv/gbuild/partial_build.mk
# vim: set noet sw=4 ts=4: