diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-11 00:41:11 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-11 00:41:11 +0100 |
commit | a3fde5209ee2c955226c9f4a7d82d58e7ce470c8 (patch) | |
tree | 3d8650a3f2a23a13784f891258835fa552d57216 /svtools/Makefile | |
parent | 7db4aad0c12b0a5646d0c5d3be6ebaed942a1bb9 (diff) | |
parent | 4754f7db2b40388c675b49d11c05e9e810a56bcd (diff) |
gnumake2: merging minibranches, updating all module makefiles
Diffstat (limited to 'svtools/Makefile')
-rw-r--r-- | svtools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/Makefile b/svtools/Makefile index 45de5eecabc0..b7391a8db240 100644 --- a/svtools/Makefile +++ b/svtools/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: |