summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-07-07 13:17:37 +0200
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-07-07 13:17:37 +0200
commitd2c249a19e214bfd8b179edf039dbc75f8aa58da (patch)
treec6da6d63d0fc42cdaa87d28912b8f1e0209ef4ac /GNUmakefile
parent359f9f3e0a3bcb15ff1e7fed4f872946b82ead05 (diff)
CWS gnumake2: resolved dep generation dep cycle
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1611e4eeef6a..badca26e9b03 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -25,7 +25,8 @@
#
#*************************************************************************
-include $(dir $(firstword $MAKEFILE_LIST))/SourcePaths.mk
+GBUILDDIR := $(SOLARENV)/gbuild
+include $(dir $(lastword $(MAKEFILE_LIST)))/SourcePath.mk
include $(GBUILDDIR)/gbuild.mk
$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/Module_ooo.mk))