summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-10 23:29:14 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-10 23:29:14 +0100
commit3ef7631c391b343fb2bffcb639b7b74473f4b13f (patch)
tree5d257ac86e6b639a1c94ce5aba35db07aef32058 /GNUmakefile
parent7e01d63e386befbfa7e3572e5990025caf8b194d (diff)
gnumake2: removed hardcoded module name ooo in root makefile
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1023f2bb086c..c35f3bb4cb4e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -33,7 +33,7 @@ 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))))