diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-18 21:49:22 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-18 21:52:01 +0200 |
commit | cc4aca0c9f267e1f2778e0098a1a2116842e7512 (patch) | |
tree | 149912921c8bcb099f97ffeb152f0f3bdad63403 /external/clucene | |
parent | adfb02be9a326e3be37bcb0511986826027ce5f5 (diff) |
Fix building from inside modules moved to external
Change-Id: Id6023dc3751fe70984f489682be17d1ab1855f71
Diffstat (limited to 'external/clucene')
-rw-r--r-- | external/clucene/Makefile | 2 |
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: |