summaryrefslogtreecommitdiff
path: root/GNUmakefile.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-12-20 04:57:53 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-01-10 21:35:25 -0600
commit185f7225ea558079dfa810ca8a6bc26d3761f9a9 (patch)
treea4e5709af58a0503e4520af677922bba8f525e22 /GNUmakefile.mk
parent1e75efd04b71514fef69e3bc7279045f7d4b6014 (diff)
removed hardcoded module name ooo in root makefile
Diffstat (limited to 'GNUmakefile.mk')
-rw-r--r--GNUmakefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile.mk b/GNUmakefile.mk
index fd53e09e2dda..51b2f03b2bb1 100644
--- a/GNUmakefile.mk
+++ b/GNUmakefile.mk
@@ -33,7 +33,8 @@ 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))
+$(eval $(call gb_Module_make_global_targets,$(shell ls $(SRCDIR)/Module_*.mk)))
+
include $(foreach repo,$(filter-out $(SRCDIR),$(gb_REPOS)),$(repo)/$(notdir $(firstword $(MAKEFILE_LIST))))