diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-06-26 09:14:09 +0200 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-06-26 09:14:09 +0200 |
commit | 2939aa6b6a135939a8d933e4a9ddcfc1e29ee647 (patch) | |
tree | 5533ca5467cfac0ca9513c1d1dbadefca23b7cec /GNUmakefile | |
parent | 217d28be3a93b92b6e96cdaee4910caf33dadcc4 (diff) |
CWS gnumake2: more multi-repo support
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 52a4bcc8f240..99a8df5524fa 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -34,4 +34,6 @@ include $(GBUILDDIR)/gbuild.mk $(eval $(call gb_Module_make_global_targets,ooo)) +include $(foreach repo,$(filter-out $(SRCDIR),$(gb_REPOS)),$(repo)/$(notdir $(firstword $(MAKEFILE_LIST)))) + # vim: set noet sw=4 ts=4: |