From f2f0dbd273e30306428d6e63a84062e9ee5c427b Mon Sep 17 00:00:00 2001
From: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date: Fri, 25 Nov 2011 12:03:53 +0100
Subject: make gbuild makefiles run independant of pwd again

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

(limited to 'xmloff/Makefile')

diff --git a/xmloff/Makefile b/xmloff/Makefile
index d3daec86907e..f9ac01ef0747 100644
--- a/xmloff/Makefile
+++ b/xmloff/Makefile
@@ -27,7 +27,7 @@
 #*************************************************************************
 
 ifeq ($(strip $(SOLARENV)),)
-include ../solenv/gbuild/source_and_rerun.mk
+include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk
 else
 
 gb_PARTIALBUILD := T
-- 
cgit