[Libreoffice-commits] .: GNUmakefile.mk

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Wed May 18 12:45:22 PDT 2011


 GNUmakefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b67b0a30e4874fe70bca04feb3eef79906f4c9a1
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Wed May 18 21:43:56 2011 +0200

    rename Module_ooo.mk to RepositoryModule_ooo.mk (part two)
    
     * also change GNUMakefile.mk to find the RepositoryModule_*.mk, instead of Module_*.mk
     * subsequenttests was broken by the introduction of tail_build, because there where two Module_*.mk in root
     * addendum to commit 99079f03d95d525e7e95a56569c37094618fb2ca

diff --git a/GNUmakefile.mk b/GNUmakefile.mk
index 018b21e..8299e78 100644
--- a/GNUmakefile.mk
+++ b/GNUmakefile.mk
@@ -32,6 +32,6 @@ endif
 GBUILDDIR := $(SOLARENV)/gbuild
 include $(GBUILDDIR)/gbuild.mk
 
-$(foreach repo,$(gb_REPOS),$(eval $(call gb_Module_make_global_targets,$(wildcard $(repo)/Module_*.mk))))
+$(foreach repo,$(gb_REPOS),$(eval $(call gb_Module_make_global_targets,$(wildcard $(repo)/RepositoryModule_*.mk))))
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list