[Libreoffice-commits] core.git: external/glm

Stephan Bergmann sbergman at redhat.com
Wed Jan 29 01:48:03 PST 2014


 external/glm/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46a990205ffe898629c573d1886b44ef680fc98e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jan 29 10:47:36 2014 +0100

    Fix relative path
    
    Change-Id: I4c193d31a94666fc607142cf3f6b2c6fcb15c82b

diff --git a/external/glm/Makefile b/external/glm/Makefile
index ccb1c85..e4968cf 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:


More information about the Libreoffice-commits mailing list