summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-29 10:47:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-29 10:47:36 +0100
commit46a990205ffe898629c573d1886b44ef680fc98e (patch)
treefd67902da18c0d89b033f119493aa53e9c3c2338 /external
parent4b1b454856968a626504fc6a132457eb6c66b6e9 (diff)
Fix relative path
Change-Id: I4c193d31a94666fc607142cf3f6b2c6fcb15c82b
Diffstat (limited to 'external')
-rw-r--r--external/glm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/glm/Makefile b/external/glm/Makefile
index ccb1c85a04da..e4968cf85fb6 100644
--- a/external/glm/Makefile
+++ b/external/glm/Makefile
@@ -2,6 +2,6 @@
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: