summaryrefslogtreecommitdiff
path: root/sw/Makefile
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-11 00:41:11 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-11 00:41:11 +0100
commit138fcc151b7570cbbd3b87402a4b18a518c1b4f8 (patch)
tree43a071ab76bd56dd5c54c338ef66dbcf3e0fff5f /sw/Makefile
parent28ef4b6213deb33b71fd64cf0dd7de731c1b1f90 (diff)
parent28ef4b6213deb33b71fd64cf0dd7de731c1b1f90 (diff)
gnumake2: merging minibranches, updating all module makefiles
Diffstat (limited to 'sw/Makefile')
-rw-r--r--sw/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/Makefile b/sw/Makefile
index 45de5eecabc0..b7391a8db240 100644
--- a/sw/Makefile
+++ b/sw/Makefile
@@ -30,10 +30,9 @@ $(error No environment set!)
endif
gb_PARTITIALBUILD := T
-include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../SourcePath.mk
GBUILDDIR := $(SOLARENV)/gbuild
include $(GBUILDDIR)/gbuild.mk
-$(eval $(call gb_Module_make_global_targets,$(foreach module,$(lastword $(subst /, ,$(dir $(realpath $(firstword $(MAKEFILE_LIST)))))),$(CURRENTREPO)/$(module)/Module_$(module).mk)))
+$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
# vim: set noet sw=4 ts=4: